Information about plays

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

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

{
    "id": 3571635,
    "uri": "https://api.kexp.org/v2/plays/3571635/?format=api",
    "airdate": "2025-10-30T01:58:58-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/f65b41c3-b463-4554-9518-3c9c6fc14239/32350524780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f65b41c3-b463-4554-9518-3c9c6fc14239/32350524780-250.jpg",
    "song": "Why Dontcha Call Me No More",
    "track_id": null,
    "recording_id": "ac3d4a3f-4a73-471e-a2a0-1b91c1907831",
    "artist": "YahZarah",
    "artist_ids": [
        "91452dff-3579-4e6a-8849-81068cd73831"
    ],
    "album": "The Ballad of Purple Saint James",
    "release_id": null,
    "release_group_id": "de7ba6bf-7a5e-4a5d-be7d-c75a8691fcdf",
    "labels": [
        "Foreign Exchange Music"
    ],
    "label_ids": [
        "6bbde805-f8b1-4e11-b4b1-03cbd478d938"
    ],
    "release_date": "2010-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}