Information about plays

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

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

{
    "id": 3568356,
    "uri": "https://api.kexp.org/v2/plays/3568356/?format=api",
    "airdate": "2025-10-22T04:01:29-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia902301.us.archive.org/25/items/mbid-df9e2843-1265-4f8a-afd9-e84525e65d7d/mbid-df9e2843-1265-4f8a-afd9-e84525e65d7d-16895049290_thumb500.jpg",
    "thumbnail_uri": "https://ia902301.us.archive.org/25/items/mbid-df9e2843-1265-4f8a-afd9-e84525e65d7d/mbid-df9e2843-1265-4f8a-afd9-e84525e65d7d-16895049290_thumb250.jpg",
    "song": "Ferry Boat #3",
    "track_id": "fb42d01e-bbc9-4e7a-b9ec-d156664e8d30",
    "recording_id": "40798d46-fbe8-431c-8179-ce51f869b6d3",
    "artist": "Chris Cornell",
    "artist_ids": [
        "cbf9738d-8f81-4a92-bc64-ede09341652d"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "df9e2843-1265-4f8a-afd9-e84525e65d7d",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "2017-05-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}