Information about plays

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

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

{
    "id": 3521892,
    "uri": "https://api.kexp.org/v2/plays/3521892/?format=api",
    "airdate": "2025-07-03T00:52:14-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia801601.us.archive.org/19/items/mbid-d4edc3e2-a12a-4909-9e45-613c48cbd22f/mbid-d4edc3e2-a12a-4909-9e45-613c48cbd22f-41607708643_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/19/items/mbid-d4edc3e2-a12a-4909-9e45-613c48cbd22f/mbid-d4edc3e2-a12a-4909-9e45-613c48cbd22f-41607708643_thumb250.jpg",
    "song": "I Can See the Devil",
    "track_id": "dfca1db4-1d9b-4cb3-bfbd-5cd6b0bc20c0",
    "recording_id": "0526cbfa-3db8-42a4-8099-d60b203bd99b",
    "artist": "S.G. Goodman",
    "artist_ids": [
        "a03c3296-fc11-4fcf-b378-fa602e30a7e9"
    ],
    "album": "Planting by the Signs",
    "release_id": "d4edc3e2-a12a-4909-9e45-613c48cbd22f",
    "release_group_id": "18515d87-872f-4c94-926b-7f1fa99c4c12",
    "labels": [
        "Slough Water Records",
        "Thirty Tigers"
    ],
    "label_ids": [
        "86813da9-9fa9-4b53-b276-0245fb2e0b45",
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sggoodman.bandcamp.com/album/planting-by-the-signs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}