Information about plays

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

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

{
    "id": 3441845,
    "uri": "https://api.kexp.org/v2/plays/3441845/?format=api",
    "airdate": "2024-12-23T11:40:18-08:00",
    "show": 62187,
    "show_uri": "https://api.kexp.org/v2/shows/62187/?format=api",
    "image_uri": "https://ia800506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb250.jpg",
    "song": "Heaven",
    "track_id": "fb2c120a-4fea-3e5a-bff2-686117ca6f64",
    "recording_id": "74492ff2-b211-44c5-a314-303d5a63d0aa",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Mirror Moves",
    "release_id": "07547303-ec7d-48ff-a0b2-f395092e46e0",
    "release_group_id": "e58d0c80-af55-3bae-bde5-72ea9b3349d1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-12-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 1985 promotional interview with Canal Plus, Robert Smith from The Cure called \"Mirror Moves\" one of his five favorite albums of all time. https://bit.ly/3Z0zkS4\n\nhttps://thepsychedelicfurs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}