Information about plays

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

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

{
    "id": 3413944,
    "uri": "https://api.kexp.org/v2/plays/3413944/?format=api",
    "airdate": "2024-10-17T15:31:29-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace Akhi",
    "track_id": null,
    "recording_id": "db69bda2-2202-4f29-9d0f-4740fef92bf5",
    "artist": "Ka",
    "artist_ids": [],
    "album": "The Night’s Gambit",
    "release_id": null,
    "release_group_id": "01250c80-b2d7-49f0-9a96-98d874a24ea0",
    "labels": [
        "Iron Works Records"
    ],
    "label_ids": [
        "a9fd5639-e026-44ed-b3ee-8e36654a8da3"
    ],
    "release_date": "2013-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}