Information about plays

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

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

{
    "id": 3551009,
    "uri": "https://api.kexp.org/v2/plays/3551009/?format=api",
    "airdate": "2025-09-09T21:52:07-07:00",
    "show": 64520,
    "show_uri": "https://api.kexp.org/v2/shows/64520/?format=api",
    "image_uri": "https://coverartarchive.org/release/af9c2f35-11b4-446e-ade4-83f85ec48ff8/29544380382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af9c2f35-11b4-446e-ade4-83f85ec48ff8/29544380382-250.jpg",
    "song": "Fylgjutal",
    "track_id": null,
    "recording_id": null,
    "artist": "Wardruna",
    "artist_ids": [
        "91136bf7-3b12-4ae5-b93b-eddb9e561dfb"
    ],
    "album": "Kvitravn",
    "release_id": null,
    "release_group_id": "6c8a9952-1579-403d-9b11-a07d358d9666",
    "labels": [
        "By Norse Music"
    ],
    "label_ids": [
        "1b12ac9a-e372-4e41-97d5-fa047265b987"
    ],
    "release_date": "2021-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sept 13 at The Moore Theater \n Paramount Theatre in Oakland on Tuesday, September 9, 2025,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}