Information about plays

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

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

{
    "id": 3428414,
    "uri": "https://api.kexp.org/v2/plays/3428414/?format=api",
    "airdate": "2024-11-21T22:00:42-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://ia800102.us.archive.org/4/items/mbid-253259c9-d632-4151-9d8c-af1b005f13fe/mbid-253259c9-d632-4151-9d8c-af1b005f13fe-40387250412_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/4/items/mbid-253259c9-d632-4151-9d8c-af1b005f13fe/mbid-253259c9-d632-4151-9d8c-af1b005f13fe-40387250412_thumb250.jpg",
    "song": "The Lost Girls",
    "track_id": "255fc384-f943-4eec-97f0-ded68aac714b",
    "recording_id": "be072b65-8fe8-4dca-8471-a81ae8f5297b",
    "artist": "Flying Lotus & Sid Sriram",
    "artist_ids": [
        "781c4aa7-3f3c-4b4e-b045-dfbf53cc89b3",
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Spirit Box",
    "release_id": "253259c9-d632-4151-9d8c-af1b005f13fe",
    "release_group_id": "33f163e4-f0df-4718-a584-d08dbb399f5a",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2024-10-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}