Information about plays

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

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

{
    "id": 3581652,
    "uri": "https://api.kexp.org/v2/plays/3581652/?format=api",
    "airdate": "2025-11-22T21:55:29-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-24892dc5-ca94-35a9-8fd9-8485dd35f229/mbid-24892dc5-ca94-35a9-8fd9-8485dd35f229-29618084398_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-24892dc5-ca94-35a9-8fd9-8485dd35f229/mbid-24892dc5-ca94-35a9-8fd9-8485dd35f229-29618084398_thumb250.jpg",
    "song": "Big Bang",
    "track_id": "39377af3-c079-3029-b398-6b8ac646fae3",
    "recording_id": "3a683f05-4c5e-4777-8cd0-3b2b1f22b634",
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "No Control",
    "release_id": "24892dc5-ca94-35a9-8fd9-8485dd35f229",
    "release_group_id": "17576d27-a0ea-3f37-8ef8-9a88f66c1e10",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Joel in Poulsbo\n\nBad Religion will be playing at the Spokane Arena in Spokane, WA on January 20th.\n\nhttps://badreligion.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}