Information about plays

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

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

{
    "id": 3590452,
    "uri": "https://api.kexp.org/v2/plays/3590452/?format=api",
    "airdate": "2025-12-13T05:09:41-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misinformation Age",
    "track_id": "5b628de4-ce1b-464a-b19e-1a9de66a9703",
    "recording_id": "cb695fac-7b51-490f-a35c-d5c781f803d4",
    "artist": "Archers of Loaf",
    "artist_ids": [
        "7cf05db3-24e7-4534-84bf-65006cd0cc82"
    ],
    "album": "Reason in Decline",
    "release_id": "caba25d7-7d89-4029-915f-f7d572d684f5",
    "release_group_id": "cb954b51-a287-42c3-9b1d-75013b7a2a2e",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2022-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}