Information about plays

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

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

{
    "id": 3561614,
    "uri": "https://api.kexp.org/v2/plays/3561614/?format=api",
    "airdate": "2025-10-05T11:38:35-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc59710f-d564-414d-aece-e11da2a9e2de/14877356020-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc59710f-d564-414d-aece-e11da2a9e2de/14877356020-250.jpg",
    "song": "Many Rivers to Cross",
    "track_id": null,
    "recording_id": "5dd23415-d5d0-4e24-860b-42b333db2c1d",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Pussy Cats",
    "release_id": null,
    "release_group_id": "2b9db00f-a718-30ca-8cff-17a268f10a8b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1974-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by John Lennon during his \"Lost Weekend\" period, the album title was inspired by the bad press Nilsson and Lennon were getting at the time for being drunk and rowdy in Los Angeles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}