Information about plays

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

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

{
    "id": 3519833,
    "uri": "https://api.kexp.org/v2/plays/3519833/?format=api",
    "airdate": "2025-06-28T06:37:46-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Culture Crust",
    "track_id": null,
    "recording_id": "83bf8213-08ff-438e-b0f8-f3f41316e1e7",
    "artist": "Swamp Wife",
    "artist_ids": [
        "48107423-62a6-4827-a953-5f178ce5649b"
    ],
    "album": "Culture Crust",
    "release_id": null,
    "release_group_id": "4e3bedb5-a0b7-410b-9fe1-71690890e13b",
    "labels": [
        "Lace Records"
    ],
    "label_ids": [
        "d12a68e2-2b02-4f6a-897c-237c775bc7cf"
    ],
    "release_date": "2024-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}