Information about plays

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

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

{
    "id": 3600404,
    "uri": "https://api.kexp.org/v2/plays/3600404/?format=api",
    "airdate": "2026-01-05T01:47:59-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "unhurt",
    "track_id": null,
    "recording_id": "f0541f94-c434-4795-b904-87cbc3c23a78",
    "artist": "aja monet",
    "artist_ids": [
        "c1d14ed4-9a04-43e1-bc7b-f16471768f42"
    ],
    "album": "when the poems do what they do",
    "release_id": null,
    "release_group_id": "5de77122-ba62-4bff-ad31-f3b74928e457",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Poet, artist, activist Aja Monet",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}