Information about plays

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

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

{
    "id": 3549710,
    "uri": "https://api.kexp.org/v2/plays/3549710/?format=api",
    "airdate": "2025-09-06T18:40:12-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/20227c5c-08ba-49e4-ae9c-fc57555686fa/39713789360-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20227c5c-08ba-49e4-ae9c-fc57555686fa/39713789360-250.jpg",
    "song": "GHOSTWORLD",
    "track_id": null,
    "recording_id": "920f50e1-3fd0-49c4-899f-b39db13ac91d",
    "artist": "55CASTLES",
    "artist_ids": [
        "07b8f4ac-70b0-40a8-8ff0-b9e057d2abef"
    ],
    "album": "55CASTLES",
    "release_id": null,
    "release_group_id": "6e7fd076-8b66-420a-ab52-26744eff2ad7",
    "labels": [
        "Transylvanian Recordings"
    ],
    "label_ids": [
        "9a0f93fb-b72a-4cff-9759-7a60f227846c"
    ],
    "release_date": "2024-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}