Information about plays

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

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

{
    "id": 3438059,
    "uri": "https://api.kexp.org/v2/plays/3438059/?format=api",
    "airdate": "2024-12-14T16:25:10-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a1f7d62-0dbc-4bdf-b8c4-ea5dac6b9763/26213625842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a1f7d62-0dbc-4bdf-b8c4-ea5dac6b9763/26213625842-250.jpg",
    "song": "Return of the Rat (outtake, 1992)",
    "track_id": null,
    "recording_id": "e6723e38-57dc-4576-b4cb-9b2525acdfb4",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "With the Lights Out",
    "release_id": null,
    "release_group_id": "d4d28ec1-220a-327c-93c5-ae006be43598",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wipers cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}