Information about plays

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

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

{
    "id": 3414134,
    "uri": "https://api.kexp.org/v2/plays/3414134/?format=api",
    "airdate": "2024-10-18T03:34:39-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonfires on the Heath",
    "track_id": "cb8cd8b7-9e8b-3f24-ad50-b5e0501b8adb",
    "recording_id": "3942b45f-ff95-4ca7-b286-8146ab72f88f",
    "artist": "The Clientele",
    "artist_ids": [
        "6b66dd3a-d88b-4732-bc13-359d8964b7f2"
    ],
    "album": "Bonfires on the Heath",
    "release_id": "a484ee76-524b-429b-a9ae-7e8fb5a7469d",
    "release_group_id": "b4657a6c-aa1f-406f-a75b-27894f7fe3cb",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}