Information about plays

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

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

{
    "id": 3546946,
    "uri": "https://api.kexp.org/v2/plays/3546946/?format=api",
    "airdate": "2025-08-30T23:31:04-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-1e1d82fe-c66b-43fe-8d93-63133b55a2b0/mbid-1e1d82fe-c66b-43fe-8d93-63133b55a2b0-32605400270_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-1e1d82fe-c66b-43fe-8d93-63133b55a2b0/mbid-1e1d82fe-c66b-43fe-8d93-63133b55a2b0-32605400270_thumb250.jpg",
    "song": "F the NRA",
    "track_id": "53f0af48-c7ea-4221-b0da-4b874cbab5bb",
    "recording_id": "159bc0f5-2781-4f89-b2b7-0753f7bb3f01",
    "artist": "The Coathangers",
    "artist_ids": [
        "60698f82-b047-48a4-8612-8e9bde5b5fd4"
    ],
    "album": "The Devil You Know",
    "release_id": "1e1d82fe-c66b-43fe-8d93-63133b55a2b0",
    "release_group_id": "5f3669f6-7445-463d-bf0f-7c77c7590899",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Formed in 2006 in Atlanta, GA\n\nYou can learn more about the band member's other projects on their website.\n\nhttps://thecoathangers.com/\nhttps://www.facebook.com/TheCoathangersATL/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}