Information about plays

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

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

{
    "id": 3603015,
    "uri": "https://api.kexp.org/v2/plays/3603015/?format=api",
    "airdate": "2026-01-11T09:44:31-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take It Easy",
    "track_id": null,
    "recording_id": "1c0de6b0-b3a1-4f74-8f04-3da5b3bc4b71",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "The Animals",
    "release_id": null,
    "release_group_id": "3131932b-bc2f-3c6a-a08c-23a5ae95ec27",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1964-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Newcastle-Upon-Tyne band went by many names and there are many stories as to how they got their name, but original band member John Steel said it was given to them by Graham Bond.\nhttps://the-shortlisted.co.uk/john-steel-animals-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}