Information about plays

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

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

{
    "id": 3619318,
    "uri": "https://api.kexp.org/v2/plays/3619318/?format=api",
    "airdate": "2026-02-19T01:13:10-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/20ba13a6-db98-4931-99b8-fc841fca8048/23824549355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20ba13a6-db98-4931-99b8-fc841fca8048/23824549355-250.jpg",
    "song": "A.F.R.I.C.A.",
    "track_id": null,
    "recording_id": "5e44a66f-d59e-4862-8f9f-4d09bd26e77a",
    "artist": "Stetsasonic",
    "artist_ids": [
        "2d84d1c0-f6fe-4af0-848c-fffdc1e080dc"
    ],
    "album": "A.F.R.I.C.A. / Free South Africa",
    "release_id": null,
    "release_group_id": "0c63336c-544d-4651-8db1-84449366fb97",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the Rev. Jesse Jackson and Olatunji",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}