Information about plays

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

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

{
    "id": 3421583,
    "uri": "https://api.kexp.org/v2/plays/3421583/?format=api",
    "airdate": "2024-11-05T04:24:37-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ccc7b0-fc4b-45fd-86d4-1bb272551ca4/22521157884-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4ccc7b0-fc4b-45fd-86d4-1bb272551ca4/22521157884-250.jpg",
    "song": "I Am Citizen Insane",
    "track_id": null,
    "recording_id": "8d69efa9-3926-4b8a-a77b-c9bbfe477440",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Com Lag: 2plus2isfive",
    "release_id": null,
    "release_group_id": "62db99f0-2629-305c-8c2d-b860b5b99744",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another great request going out to Steve in Texas!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}