Information about plays

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

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

{
    "id": 3581573,
    "uri": "https://api.kexp.org/v2/plays/3581573/?format=api",
    "airdate": "2025-11-22T19:25:07-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-3a6fe926-8630-4ddb-8646-f74a4161a4e0/mbid-3a6fe926-8630-4ddb-8646-f74a4161a4e0-33337086153_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-3a6fe926-8630-4ddb-8646-f74a4161a4e0/mbid-3a6fe926-8630-4ddb-8646-f74a4161a4e0-33337086153_thumb250.jpg",
    "song": "The Ones You Love",
    "track_id": "28e46e16-de49-4977-b390-49de362c1f55",
    "recording_id": "ded0aaa6-a39f-4ab5-9d20-f845c5f5afef",
    "artist": "The Fascination Movement",
    "artist_ids": [
        "163f8240-e373-4817-bd7d-0b1cb4bb5aa8"
    ],
    "album": "Territory",
    "release_id": "3a6fe926-8630-4ddb-8646-f74a4161a4e0",
    "release_group_id": "6a2c9b51-cd4f-45a0-b075-b33809f0d150",
    "labels": [
        "Monastery"
    ],
    "label_ids": [
        "b7cf243b-8648-4c4c-92bc-3e870c00edb4"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the third EP from Seattle electronic band The Fascination Movement!\n\nhttps://thefascinationmovement.bandcamp.com/album/territory\n\n\"The Ones You Love\" was a KEXP Song of The Day back in 2015! Read about it here:\n\nhttps://www.kexp.org/read/2015/3/27/song-of-the-day-the-fascination-movement-the-ones-you-love/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}