Information about plays

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

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

{
    "id": 3428100,
    "uri": "https://api.kexp.org/v2/plays/3428100/?format=api",
    "airdate": "2024-11-21T03:44:33-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia800501.us.archive.org/16/items/mbid-b18167f7-b3b8-449e-bde3-ac1206480a80/mbid-b18167f7-b3b8-449e-bde3-ac1206480a80-37235473784_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/16/items/mbid-b18167f7-b3b8-449e-bde3-ac1206480a80/mbid-b18167f7-b3b8-449e-bde3-ac1206480a80-37235473784_thumb250.jpg",
    "song": "Wall of Eyes",
    "track_id": "88e6aa76-50ca-48f4-bab6-29037c1f1aec",
    "recording_id": "8993adda-7e52-4290-afa9-c787cebe85a9",
    "artist": "The Smile",
    "artist_ids": [
        "9055fca5-69bc-4d47-b569-ab2012a19565"
    ],
    "album": "Wall of Eyes",
    "release_id": "b18167f7-b3b8-449e-bde3-ac1206480a80",
    "release_group_id": "87f4d5ae-5e94-4768-b8ee-f52fbabfbaa6",
    "labels": [
        "Self Help Tapes LLP",
        "XL Recordings"
    ],
    "label_ids": [
        "47217a8e-073c-4e42-8f1c-2761576ce0bf",
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}