Information about plays

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

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

{
    "id": 3640126,
    "uri": "https://api.kexp.org/v2/plays/3640126/?format=api",
    "airdate": "2026-04-10T02:45:13-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wut",
    "track_id": null,
    "recording_id": "b50b928a-d9ee-45ae-adc6-4418971d69ef",
    "artist": "Le1f",
    "artist_ids": [
        "68f1cb85-1091-499d-9109-0fcc3336de78"
    ],
    "album": "Hey",
    "release_id": null,
    "release_group_id": "ace96470-1d7a-4dab-81e3-77056199b695",
    "labels": [
        "Terrible Records"
    ],
    "label_ids": [
        "09ec3fcc-17ae-464d-8cb7-d702565af959"
    ],
    "release_date": "2014-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=Nrnq4SZ0luc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}