Information about plays

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

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

{
    "id": 3421613,
    "uri": "https://api.kexp.org/v2/plays/3421613/?format=api",
    "airdate": "2024-11-05T06:23:23-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give the People What They Want",
    "track_id": "bc936a33-fb15-3c61-b756-eca141421c7c",
    "recording_id": "fbe9e3af-de58-43c3-91fc-f4a56a3c187f",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Anthology",
    "release_id": "ca771076-b097-403f-a323-376eae46d19f",
    "release_group_id": "a9e9dffe-ce2e-3f5a-82cb-de7926d6c494",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2003-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I still haven’t written my best song,” says Jimmy Cliff. “I’m pursuing that all the time. If my music can uplift someone to make them want to live a better life and not give up, that is a big success for me.”\n\nhttps://www.jimmycliff.com/bio/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}