Information about plays

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

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

{
    "id": 3413918,
    "uri": "https://api.kexp.org/v2/plays/3413918/?format=api",
    "airdate": "2024-10-17T13:14:05-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wish (Death Poem)",
    "track_id": null,
    "recording_id": "097c3831-6464-497a-9993-75f05c301455",
    "artist": "Ka",
    "artist_ids": [
        "e7d4f00b-2938-4049-aa44-e69a59a7b3da"
    ],
    "album": "Honor Killed the Samurai",
    "release_id": null,
    "release_group_id": "a87472bc-03fb-4d9a-8721-f54128c82e14",
    "labels": [
        "Iron Works Records"
    ],
    "label_ids": [
        "a9fd5639-e026-44ed-b3ee-8e36654a8da3"
    ],
    "release_date": "2016-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}