Information about plays

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

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

{
    "id": 3623284,
    "uri": "https://api.kexp.org/v2/plays/3623284/?format=api",
    "airdate": "2026-02-28T03:14:05-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Weren't There Anymore",
    "track_id": null,
    "recording_id": "26a2a65f-04f8-452d-948e-a8625ce51d89",
    "artist": "Neggy Gemmy",
    "artist_ids": [
        "7a18f8d3-05cf-4478-9e22-d0415823f91e"
    ],
    "album": "Bad Baby",
    "release_id": null,
    "release_group_id": "0ab50cb3-919d-47a3-80d5-21345325dcb3",
    "labels": [
        "100% Electronica"
    ],
    "label_ids": [
        "e7489d32-a9a8-4891-9851-b6b06f0fbd6b"
    ],
    "release_date": "2018-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}