Information about plays

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

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

{
    "id": 3604990,
    "uri": "https://api.kexp.org/v2/plays/3604990/?format=api",
    "airdate": "2026-01-16T07:10:59-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Shall Overcome",
    "track_id": "252dfbc0-4de7-3503-8fa1-8bf95ff80b64",
    "recording_id": "299a6750-7d61-4927-b05a-988c832b8c7a",
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "We Shall Overcome",
    "release_id": "ecf6ef1a-cbf7-4434-b7dd-cd778c9a7648",
    "release_group_id": "b2d8d8be-f66a-3888-8c35-b6ea9def0897",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the beloved Pete Seeger performing this song live: https://www.youtube.com/watch?v=1osKWCDXl40",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}