Information about plays

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

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

{
    "id": 3551494,
    "uri": "https://api.kexp.org/v2/plays/3551494/?format=api",
    "airdate": "2025-09-11T01:06:16-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow Rainbow",
    "track_id": "1884fa4e-6225-3398-9d43-df7325c4f8a9",
    "recording_id": "4c8a76b5-ffac-4a1d-91eb-0128efc751d3",
    "artist": "The Move",
    "artist_ids": [
        "2a3adca8-59ea-4180-beae-015eebf03328"
    ],
    "album": "The Best of The Move",
    "release_id": "35807cb0-76a2-40dd-8491-24739cbdd7d2",
    "release_group_id": "e262e583-3df4-38e1-9178-7402b3fc779c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1989-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://en.wikipedia.org/wiki/Move_(The_Move_album)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}