Information about plays

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

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

{
    "id": 3416445,
    "uri": "https://api.kexp.org/v2/plays/3416445/?format=api",
    "airdate": "2024-10-23T20:54:24-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://ia903406.us.archive.org/11/items/mbid-eb84fc85-1635-48c7-9841-b2349580d370/mbid-eb84fc85-1635-48c7-9841-b2349580d370-8401282511_thumb500.jpg",
    "thumbnail_uri": "https://ia903406.us.archive.org/11/items/mbid-eb84fc85-1635-48c7-9841-b2349580d370/mbid-eb84fc85-1635-48c7-9841-b2349580d370-8401282511_thumb250.jpg",
    "song": "Ferus Gallery",
    "track_id": "9896b08d-07e5-4ea4-8c7a-647dd65d51e1",
    "recording_id": "6c4f800d-2ea6-48c3-a05a-a8b089624862",
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Worship the Sun",
    "release_id": "eb84fc85-1635-48c7-9841-b2349580d370",
    "release_group_id": "d2f19f34-8430-486d-8ffc-91c0325238cf",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A sound cultivated from the annals of California culture; the perfect mixture of the sands, the seas, the streets and cities of the golden state.\" https://allah-las.bandcamp.com/album/worship-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}