Information about plays

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

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

{
    "id": 3540237,
    "uri": "https://api.kexp.org/v2/plays/3540237/?format=api",
    "airdate": "2025-08-15T03:53:23-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia601601.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": "Fire Sign",
    "track_id": "f5622f04-81d4-427c-9397-b7d830486efb",
    "recording_id": "2c3d59e5-6241-4c30-a842-711edf8ab43b",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}