Information about plays

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

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

{
    "id": 3631261,
    "uri": "https://api.kexp.org/v2/plays/3631261/?format=api",
    "airdate": "2026-03-20T00:26:05-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misty Blue",
    "track_id": null,
    "recording_id": "e1e577ce-d543-4d68-a059-abf991e91171",
    "artist": "Dorothy Moore",
    "artist_ids": [
        "e5a30e1e-b85f-4f56-8be4-c892125fcf45"
    ],
    "album": "Southern Soul",
    "release_id": null,
    "release_group_id": "31e75692-d28f-4969-9310-d20885457cd6",
    "labels": [
        "Prism Leisure"
    ],
    "label_ids": [
        "e34e8c43-e5d1-4d08-acfb-3f72615df787"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}