Information about plays

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

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

{
    "id": 3551280,
    "uri": "https://api.kexp.org/v2/plays/3551280/?format=api",
    "airdate": "2025-09-10T11:31:40-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia600404.us.archive.org/14/items/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74-18224514845_thumb500.jpg",
    "thumbnail_uri": "https://ia800404.us.archive.org/14/items/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74/mbid-50a3e694-1fd1-4417-86e9-06fb87a8bb74-18224514845_thumb250.jpg",
    "song": "Sing",
    "track_id": "534131d4-e57d-37fc-9d42-f8ee31c567e1",
    "recording_id": "0d6d7b66-69b2-47aa-a78c-aaf35e5a629d",
    "artist": "Travis",
    "artist_ids": [
        "22a40b75-affc-4e69-8884-266d087e4751"
    ],
    "album": "The Invisible Band",
    "release_id": "50a3e694-1fd1-4417-86e9-06fb87a8bb74",
    "release_group_id": "5c87e1b5-1d55-381f-a648-dce879a59c33",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Travis's frontman Fran Healy told Yahoo!: \"'Sing' - You could replace that word with 'Dance' or 'Cry' or 'Laugh' or just 'Let Go.' 'Cause as an expression, when you're a child, you sing all the time. And then when you get older, you don't - you just go, 'I don't want to, my voice is crap.' But when you're a kid, you don't care! And I think that's what you should always have - a little bit of that still in you. People look at people in the street that sing like they're mad, like, 'What are you singing for?' But it's about having fun and feeling good and all that stuff.\"\nhttps://bit.ly/3vQLAFj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}