Information about plays

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

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

{
    "id": 3416600,
    "uri": "https://api.kexp.org/v2/plays/3416600/?format=api",
    "airdate": "2024-10-24T05:54:56-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?format=api",
    "image_uri": "https://ia801408.us.archive.org/3/items/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5-33500683362_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/3/items/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5-33500683362_thumb250.jpg",
    "song": "Sympathy for the Devil",
    "track_id": "f0f2d7e3-b792-4725-8dad-3fb30e966100",
    "recording_id": "5f4f78e0-148f-43e6-9e3a-f0af43312efe",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggars Banquet",
    "release_id": "e033b47f-e278-479d-b88d-ae49ac1ac0f4",
    "release_group_id": "6e672bbd-7c7f-32f8-8335-c603be99d13b",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 88th Birthday to Bill Wyman, bassist for the Rolling Stones from 1962-1993, born on this day in 1936. \n\nThe original title of this track was \"The Devil Is My Name.\" Said Mick Jagger: \"Songs can metamorphasize, and 'Sympathy For The Devil' is one of those songs that started off like one thing, I wrote it one way and then we started the change the rhythm. And then it became completely different. And then it got very exciting. It started off as a folk song and then became a samba. A good song can become anything. It's got lots of historical references and lots of poetry.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}