Information about plays

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

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

{
    "id": 3520337,
    "uri": "https://api.kexp.org/v2/plays/3520337/?format=api",
    "airdate": "2025-06-29T09:17:10-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e36c489-05df-4aa7-9956-76dc73c3082f/11645004808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e36c489-05df-4aa7-9956-76dc73c3082f/11645004808-250.jpg",
    "song": "Long Gone, Anyway",
    "track_id": null,
    "recording_id": "083948fb-d939-4483-a85d-130ad779421c",
    "artist": "Banditos",
    "artist_ids": [
        "95cb8cfc-fbc0-4374-a56b-06ed7aa01a80"
    ],
    "album": "Banditos",
    "release_id": null,
    "release_group_id": "20d7219a-b706-426e-9e69-d92a0f0b7085",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2015-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song and others, live right here in The Roadhouse in 2015: https://youtu.be/yeU7QoCXSBg \nhttps://www.facebook.com/BANDITOSBAND ; http://www.banditosband.com ; https://banditosbama.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}