Information about plays

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

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

{
    "id": 3641780,
    "uri": "https://api.kexp.org/v2/plays/3641780/?format=api",
    "airdate": "2026-04-14T01:58:26-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/968f46e1-d432-4ab5-bf03-3306895d818e/998252195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/968f46e1-d432-4ab5-bf03-3306895d818e/998252195-250.jpg",
    "song": "Perfect Skies",
    "track_id": null,
    "recording_id": "20229a5f-5b8e-4411-ae30-d142d5998591",
    "artist": "Main Attrakionz",
    "artist_ids": [
        "b4e2b083-6714-4ad0-bb35-ca5a5b936c92"
    ],
    "album": "808s & Dark Grapes II",
    "release_id": null,
    "release_group_id": "c7b46965-9d6c-4e4e-9fc2-11ae53dcf7b8",
    "labels": [
        "Мишка"
    ],
    "label_ids": [
        "19c665f8-8155-470a-af19-ca64580baf34"
    ],
    "release_date": "2011-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friendzone produced this track by Bay Area group Main Attrakionz, and went on to produce the entirety of the third edition of '808s & Dark Grapes' as well -- https://mishkanyc.bandcamp.com/album/808s-dark-grapes-ii\n\nRIP James from Friendzone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}