Information about plays

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

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

{
    "id": 3603805,
    "uri": "https://api.kexp.org/v2/plays/3603805/?format=api",
    "airdate": "2026-01-13T10:32:58-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Squid",
    "track_id": null,
    "recording_id": "5009a3f6-f02d-47ed-acb7-6a095a6808bc",
    "artist": "RVG",
    "artist_ids": [
        "edaf60c0-da17-487a-9e34-d7260c730a6c"
    ],
    "album": "Brain Worms",
    "release_id": null,
    "release_group_id": "426a376a-635e-4e1a-bcb9-01af35425627",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2023-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RVG is the Melbourne, Australian combo, the Romy Vager Group. \n--\nCheryl selected the song \"Squid\" as a free KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2023/7/6/rvg-squid/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}