Information about plays

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

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

{
    "id": 3413320,
    "uri": "https://api.kexp.org/v2/plays/3413320/?format=api",
    "airdate": "2024-10-16T08:45:55-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revival",
    "track_id": null,
    "recording_id": "835cda54-3f79-48d2-bc95-db947e7064cf",
    "artist": "Soulsavers",
    "artist_ids": [
        "718d45b2-7b8f-4cdc-85a8-26aa01d99bd7"
    ],
    "album": "It’s Not How Far You Fall, It’s the Way You Land",
    "release_id": null,
    "release_group_id": "c00b4db4-56da-3451-acc3-8a1b369ed5ec",
    "labels": [
        "V2 Records International Ltd."
    ],
    "label_ids": [
        "af2985a6-6c2b-4c1a-bd09-855f4148c061"
    ],
    "release_date": "2007-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day 17-years ago in 2007 Soulsavers release It's Not How Far You Fall, It's the Way You Land featuring singer Mark Lanegan as primary vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}