Information about plays

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

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

{
    "id": 3634313,
    "uri": "https://api.kexp.org/v2/plays/3634313/?format=api",
    "airdate": "2026-03-27T15:50:32-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/1229658004-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23f4c1d1-fd0e-3d56-ad43-4672e462e9fb/1229658004-250.jpg",
    "song": "Dig a Pony (2021 mix)",
    "track_id": null,
    "recording_id": "7a3db124-0037-468f-82e8-e0b10c956578",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Let It Be",
    "release_id": null,
    "release_group_id": "bff544a7-56e0-3ed6-9e0f-3b676cca9111",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The classic question, Beatles or Stones?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}