Information about plays

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

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

{
    "id": 3584112,
    "uri": "https://api.kexp.org/v2/plays/3584112/?format=api",
    "airdate": "2025-11-28T13:56:42-08:00",
    "show": 65232,
    "show_uri": "https://api.kexp.org/v2/shows/65232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superstition (Todd Terje Re-Edit)",
    "track_id": null,
    "recording_id": "d73ac99b-e272-4e9e-a1ab-3fa48cc8f04c",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "You Should Be Dancin (Todd Terje Re-Edit) / Superstition (Todd Terje Re-Edit)",
    "release_id": null,
    "release_group_id": "0a08b404-44e9-42c2-ad38-24b42e6c34e3",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Rafael in Lima!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}