Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3572481/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3572481,
    "uri": "https://api.kexp.org/v2/plays/3572481/?format=api",
    "airdate": "2025-11-01T05:10:56-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hollow Earth",
    "track_id": null,
    "recording_id": "137e4276-3b58-4ef4-9358-e5afb1c76b10",
    "artist": "Pye Corner Audio",
    "artist_ids": [
        "e191b962-717b-4976-a123-48280b648ab5"
    ],
    "album": "Hollow Earth",
    "release_id": null,
    "release_group_id": "bdbc7f52-229d-41ad-95f1-cab30b292e7c",
    "labels": [
        "Ghost Box"
    ],
    "label_ids": [
        "8c4c605f-ce5f-4322-9c79-d44b0e4426f5"
    ],
    "release_date": "2019-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}