Information about plays

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

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

{
    "id": 3421594,
    "uri": "https://api.kexp.org/v2/plays/3421594/?format=api",
    "airdate": "2024-11-05T05:04:30-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia801300.us.archive.org/18/items/mbid-c51d245c-a249-37a5-99c3-43c86044bf17/mbid-c51d245c-a249-37a5-99c3-43c86044bf17-12892417855_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/18/items/mbid-c51d245c-a249-37a5-99c3-43c86044bf17/mbid-c51d245c-a249-37a5-99c3-43c86044bf17-12892417855_thumb250.jpg",
    "song": "Young Americans",
    "track_id": "d33f56da-0038-385c-8ccf-d1c28a1ca7af",
    "recording_id": "a6f5902b-ce24-4cc8-a7ef-dab03d634ef3",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": "c51d245c-a249-37a5-99c3-43c86044bf17",
    "release_group_id": "8c2a0eae-1359-3577-9127-e3d862acc2a2",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ok, young Americans. Let's do this thing. \n\nBowie never was a young American - he was born and raised in England. Bowie said that this was the result of cramming his \"whole American experience\" into one song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}