Information about plays

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

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

{
    "id": 3624206,
    "uri": "https://api.kexp.org/v2/plays/3624206/?format=api",
    "airdate": "2026-03-02T00:22:23-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/05597772-4d0a-4dc9-a142-5bdf540cd495/32934510815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05597772-4d0a-4dc9-a142-5bdf540cd495/32934510815-250.jpg",
    "song": "The Person or Persons",
    "track_id": null,
    "recording_id": "9653a34f-575d-4031-8caf-5d90d0ec34c7",
    "artist": "Nikki Nair",
    "artist_ids": [
        "485c0d0f-d23d-4615-bfcc-e15a2d7a9bad"
    ],
    "album": "Breaks ’n’ Pieces, Vol. 18",
    "release_id": null,
    "release_group_id": "ee0da8c9-e198-4eab-b63b-669a2ccca675",
    "labels": [
        "Cheeky Music Group"
    ],
    "label_ids": [
        "b93049b4-acc9-4761-bbbc-a22fa4082e79"
    ],
    "release_date": "2022-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}