Information about plays

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

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

{
    "id": 2680296,
    "uri": "https://api.kexp.org/v2/plays/2680296/?format=api",
    "airdate": "2019-12-31T06:01:19-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diving Woman",
    "track_id": "89f8e60b-ae4e-4a0f-bb63-673027af61c9",
    "recording_id": null,
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "album": "Soft Sounds From Another Planet",
    "release_id": "eb257724-923b-419f-855f-11a5085a9d27",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}