Information about plays

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

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

{
    "id": 3543606,
    "uri": "https://api.kexp.org/v2/plays/3543606/?format=api",
    "airdate": "2025-08-23T04:35:21-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Draw Card",
    "track_id": "7156a4cf-8381-412f-b46d-9a6a35b490a9",
    "recording_id": "d439d7c8-54b7-418c-ac61-19ca15153776",
    "artist": "Leroy Smart",
    "artist_ids": [
        "b195e6bb-92b8-49a7-80fe-cd6a9b199622"
    ],
    "album": "Vintage Classics",
    "release_id": "1db2b189-597e-48e4-b961-54c305657cc9",
    "release_group_id": "2c7c0f8e-10cf-40b8-84b6-8914da6decad",
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}