Information about plays

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

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

{
    "id": 2680756,
    "uri": "https://api.kexp.org/v2/plays/2680756/?format=api",
    "airdate": "2020-01-01T09:40:03-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/d69e9b24-fdda-4d5a-a988-404dc64d3d61/16108125125-250.jpg",
    "thumbnail_uri": "",
    "song": "This Year",
    "track_id": "e2426353-d6fc-48bc-a026-7a2bb85173d3",
    "recording_id": null,
    "artist": "Beach Fossils",
    "artist_ids": [
        "3df3818e-7984-4c62-bee3-81f95f8c6651"
    ],
    "album": "Somersault",
    "release_id": "d69e9b24-fdda-4d5a-a988-404dc64d3d61",
    "release_group_id": null,
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}