Information about plays

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

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

{
    "id": 3552514,
    "uri": "https://api.kexp.org/v2/plays/3552514/?format=api",
    "airdate": "2025-09-13T13:58:22-07:00",
    "show": 64552,
    "show_uri": "https://api.kexp.org/v2/shows/64552/?format=api",
    "image_uri": "https://ia800802.us.archive.org/2/items/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7-3326316906_thumb500.jpg",
    "thumbnail_uri": "https://ia800802.us.archive.org/2/items/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7/mbid-88fd750d-1280-4a7a-8d49-8739c99f6db7-3326316906_thumb250.jpg",
    "song": "No One’s Gonna Love You",
    "track_id": "50dab3db-123d-3f92-b16c-a99952e309d8",
    "recording_id": "7a8d8bad-5dbb-426d-83ae-1bbd52425d13",
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Cease to Begin",
    "release_id": "88fd750d-1280-4a7a-8d49-8739c99f6db7",
    "release_group_id": "b8ecb643-255e-353c-a6c4-6148c05d201d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hi, Morgan! It's my son Kieran's 18th birthday today! And speaking of favorite albums, Band of Horses' Cease To Begin was also born in 2007. If you have time to play No One's Gonna Love You for us that would be amazing. Thank you! Carole in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}