Information about plays

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

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

{
    "id": 3628430,
    "uri": "https://api.kexp.org/v2/plays/3628430/?format=api",
    "airdate": "2026-03-13T14:00:31-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grunt",
    "track_id": null,
    "recording_id": "4260a0e8-7ade-4136-86da-4ff664c2e6b1",
    "artist": "People's Choice",
    "artist_ids": [],
    "album": "Any Way You Wanna (The People’s Choice Anthology 1971-1981)",
    "release_id": null,
    "release_group_id": "7a303296-a95f-4c11-8885-d4c0eb2f3f60",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "2017-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}