Information about plays

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

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

{
    "id": 3623322,
    "uri": "https://api.kexp.org/v2/plays/3623322/?format=api",
    "airdate": "2026-02-28T05:23:11-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-25dff580-9f81-4c7b-b208-8309c0aae589/mbid-25dff580-9f81-4c7b-b208-8309c0aae589-31660456141_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-25dff580-9f81-4c7b-b208-8309c0aae589/mbid-25dff580-9f81-4c7b-b208-8309c0aae589-31660456141_thumb250.jpg",
    "song": "Antifa Dance",
    "track_id": "5d73091a-a9dc-4316-be62-9232189fc887",
    "recording_id": "2c227523-6894-4d94-9e04-ad7cd09e2946",
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "Antifa Dance",
    "release_id": "25dff580-9f81-4c7b-b208-8309c0aae589",
    "release_group_id": "86a76de9-0c27-4102-877d-16cde9e10027",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}