Information about plays

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

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

{
    "id": 3591011,
    "uri": "https://api.kexp.org/v2/plays/3591011/?format=api",
    "airdate": "2025-12-14T13:25:08-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "https://ia800204.us.archive.org/18/items/mbid-ae1554b4-dab8-4b16-83ec-4400c7e1a344/mbid-ae1554b4-dab8-4b16-83ec-4400c7e1a344-2541985808_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/18/items/mbid-ae1554b4-dab8-4b16-83ec-4400c7e1a344/mbid-ae1554b4-dab8-4b16-83ec-4400c7e1a344-2541985808_thumb250.jpg",
    "song": "Red, Gold and Green",
    "track_id": "5b4fd296-b883-312d-b2c8-34113179bd78",
    "recording_id": "b0e3f092-2970-425b-8e23-485c536ad412",
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Marcus Garvey",
    "release_id": "ae1554b4-dab8-4b16-83ec-4400c7e1a344",
    "release_group_id": "2b649670-7d2d-3287-9b40-5b88fb4e1f35",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}