Information about plays

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

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

{
    "id": 3543716,
    "uri": "https://api.kexp.org/v2/plays/3543716/?format=api",
    "airdate": "2025-08-23T11:42:17-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://coverartarchive.org/release/16a87570-3c99-401b-a580-eaf524dfd653/23247179663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16a87570-3c99-401b-a580-eaf524dfd653/23247179663-250.jpg",
    "song": "Feeling Irie",
    "track_id": null,
    "recording_id": "52c86a8f-830c-49fb-a1a6-52d55f5f304b",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Private Beach Party",
    "release_id": null,
    "release_group_id": "4c2cf32c-0562-3285-9f03-a8588e36f7b8",
    "labels": [
        "Greensleeves Records",
        "Reggae Library"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2",
        "45ef4397-058e-46e2-a6a5-302c819f2924"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Brett in West Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}