Information about plays

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

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

{
    "id": 3551522,
    "uri": "https://api.kexp.org/v2/plays/3551522/?format=api",
    "airdate": "2025-09-11T02:22:32-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red & The Wolf",
    "track_id": "58ee38ad-5934-40f4-826e-d0e870e18885",
    "recording_id": "167dd911-4dc4-4eeb-9e83-0530eb9c39ef",
    "artist": "Fly Moon Royalty",
    "artist_ids": [
        "ee5f52b5-d98d-4f9b-aef9-ff4b3b45d24e"
    ],
    "album": "Delicious Trouble",
    "release_id": "2a970c00-fcf2-43ed-9bf9-29ba1946a34d",
    "release_group_id": "badecb3e-fab9-4e2d-bf9d-9dcef78bbc3a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-04-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP session  -\nhttps://youtu.be/gqf8e5DMCjI?si=F7pUWdOsiAszklML",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}