Information about plays

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

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

{
    "id": 3622828,
    "uri": "https://api.kexp.org/v2/plays/3622828/?format=api",
    "airdate": "2026-02-27T02:35:12-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://ia801709.us.archive.org/15/items/mbid-41196fbe-5fc0-436b-b958-5cfcdbe023f8/mbid-41196fbe-5fc0-436b-b958-5cfcdbe023f8-43847032245_thumb500.jpg",
    "thumbnail_uri": "https://ia801709.us.archive.org/15/items/mbid-41196fbe-5fc0-436b-b958-5cfcdbe023f8/mbid-41196fbe-5fc0-436b-b958-5cfcdbe023f8-43847032245_thumb250.jpg",
    "song": "readymade",
    "track_id": "c62dd66f-39c2-4e6b-b866-0036e2926b7b",
    "recording_id": "80aae319-3ccd-4985-986a-522e3e027a3b",
    "artist": "GENA",
    "artist_ids": [
        "13000b46-4118-4e25-85b4-0ac3cb70dbad"
    ],
    "album": "The Pleasure is Yours",
    "release_id": "41196fbe-5fc0-436b-b958-5cfcdbe023f8",
    "release_group_id": "b51a2dee-5b33-417f-b92e-98aed1d33ac4",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}