Information about plays

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

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

{
    "id": 3561511,
    "uri": "https://api.kexp.org/v2/plays/3561511/?format=api",
    "airdate": "2025-10-05T04:11:17-07:00",
    "show": 64750,
    "show_uri": "https://api.kexp.org/v2/shows/64750/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ecf80d2-e146-4565-9e0f-b3046d5b60e0/2073592311-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ecf80d2-e146-4565-9e0f-b3046d5b60e0/2073592311-250.jpg",
    "song": "Travelin’ Man",
    "track_id": null,
    "recording_id": "6386cacc-d0af-4c2d-abe2-a72622e47d49",
    "artist": "Ricky Nelson",
    "artist_ids": [
        "0b511854-c21c-4af1-9c31-e3fc178ded61"
    ],
    "album": "Rick Is 21",
    "release_id": null,
    "release_group_id": "56247bad-ac36-4436-b992-91c0a9aafaa4",
    "labels": [
        "Magic Records"
    ],
    "label_ids": [
        "c0d5f506-e3e4-47d7-8b91-4e6579f67273"
    ],
    "release_date": "1961-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Dad Request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}