Information about plays

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

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

{
    "id": 3547194,
    "uri": "https://api.kexp.org/v2/plays/3547194/?format=api",
    "airdate": "2025-08-31T14:38:29-07:00",
    "show": 64437,
    "show_uri": "https://api.kexp.org/v2/shows/64437/?format=api",
    "image_uri": "https://ia801600.us.archive.org/29/items/mbid-68901aad-e72f-3246-babd-05612dad7452/mbid-68901aad-e72f-3246-babd-05612dad7452-9410734778_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/29/items/mbid-68901aad-e72f-3246-babd-05612dad7452/mbid-68901aad-e72f-3246-babd-05612dad7452-9410734778_thumb250.jpg",
    "song": "Tempted",
    "track_id": "145af0ff-9b52-44a0-b419-ef8efd4325d2",
    "recording_id": "334d206e-8a43-430c-8e44-cb4c2db9d6b4",
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "East Side Story",
    "release_id": "858d6383-9d89-4896-afc4-b728cf96ba8c",
    "release_group_id": "847e7f8b-c280-3037-897d-466c4b20415e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Glenn Tilbrook, singer-songwriter, guitarist, and lead vocalist of Squeeze. Born in London, he turns 68 today!\n\nhttps://glenntilbrook.com/\nhttps://www.squeezeofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}