Information about plays

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

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

{
    "id": 3301511,
    "uri": "https://api.kexp.org/v2/plays/3301511/?format=api",
    "airdate": "2024-01-25T06:30:47-08:00",
    "show": 59240,
    "show_uri": "https://api.kexp.org/v2/shows/59240/?format=api",
    "image_uri": "https://ia601906.us.archive.org/27/items/mbid-c52e779a-9469-4c99-9f29-73091b6c8f03/mbid-c52e779a-9469-4c99-9f29-73091b6c8f03-7827840012_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/27/items/mbid-c52e779a-9469-4c99-9f29-73091b6c8f03/mbid-c52e779a-9469-4c99-9f29-73091b6c8f03-7827840012_thumb250.jpg",
    "song": "I Got You",
    "track_id": "61101252-99db-4742-9034-f1bb0cf58261",
    "recording_id": "7b862bc2-58a4-4d3f-bc1b-b0c15fc17316",
    "artist": "Split Enz",
    "artist_ids": [
        "2bbdc83c-3d4d-44f4-8e26-6bc748d358dd"
    ],
    "album": "True Colours",
    "release_id": "c52e779a-9469-4c99-9f29-73091b6c8f03",
    "release_group_id": "8a18ff76-747f-34a1-a8b7-cd059cc6d7ce",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1980-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1980, Split Enz released True Colours.\n\nNeil Finn described in an interview how this song started off with just the title: \"Tim [Finn, Neil's brother] and I were having sessions where he'd throw me a title and I'd throw him a title and we'd go off to our respective rooms and write a song. And he gave me the title 'I Got You,' and I went in and I wrote it, and I thought the verse was pretty good but I thought the chorus was only a bit average and I should change it at some point, but in fact it was never changed and it became... it just goes to show I don't know a hit when I hear one really.\"\nhttps://bit.ly/3oXoAVd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}