Information about plays

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

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

{
    "id": 3632331,
    "uri": "https://api.kexp.org/v2/plays/3632331/?format=api",
    "airdate": "2026-03-22T11:20:28-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/acaed85b-f859-4723-a5ac-789dc932f473/38143830124-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/acaed85b-f859-4723-a5ac-789dc932f473/38143830124-250.jpg",
    "song": "Amarillo Highway",
    "track_id": null,
    "recording_id": "8f202f9d-ab8d-49ba-9a9b-20dceca20fcf",
    "artist": "Emily Nenni",
    "artist_ids": [
        "a25e0c27-49b3-4167-827b-a7889ee4052c"
    ],
    "album": "Drive & Cry",
    "release_id": null,
    "release_group_id": "5c44b642-ba24-421d-8e93-8a4ea6ab2035",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville singer asked John James Tourville of The Deslondes to produce this album on which she covered this Terry Allen song.\nhttps://emilynenni.bandcamp.com/album/drive-cry\n\nEmily and Teddy and the Rough Riders have toured and played together many times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}