Information about plays

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

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

{
    "id": 3574217,
    "uri": "https://api.kexp.org/v2/plays/3574217/?format=api",
    "airdate": "2025-11-05T07:02:42-08:00",
    "show": 65028,
    "show_uri": "https://api.kexp.org/v2/shows/65028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autumn in New York",
    "track_id": "edd9fffe-34d0-31f7-aef1-c68cdcee7a93",
    "recording_id": "2cb690f6-4673-4e7d-adcb-f7ed92d2a8b5",
    "artist": "Ella Fitzgerald & Louis Armstrong",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6",
        "54799c0e-eb45-4eea-996d-c4d71a63c499"
    ],
    "album": "Ella and Louis Again",
    "release_id": "23a8977e-9a9c-48c0-947c-eb8b7ff9ada1",
    "release_group_id": "7108712f-b350-310b-9419-232dceaaba00",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1957-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sequel to the previous year's wonderful Ella & Louis, Ella & Louis Again (1957) again showcases the magic of Ella Fitzgerald's vocals and Louis Armstrong vocals and trumpet giving their own magic versions of standard tunes backed by the Oscar Peterson Quartet.\n\nhttps://www.jazzmessengers.com/en/103818/ella-fitzgerald-louis-armstrong/ella-louis-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}