Information about plays

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

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

{
    "id": 2678469,
    "uri": "https://api.kexp.org/v2/plays/2678469/?format=api",
    "airdate": "2019-12-26T18:23:15-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rapid City, South Dakota",
    "track_id": "05e97d1a-087c-38d0-bb10-bccabb47e50a",
    "recording_id": null,
    "artist": "Kinky Friedman",
    "artist_ids": [
        "8d22894d-5105-44d4-923d-0c2f3f515da6"
    ],
    "album": "Kinky Friedman",
    "release_id": "06a9a0e0-d19a-4cbf-8993-f4d31ecdf1ac",
    "release_group_id": null,
    "labels": [
        "Varèse Sarabande"
    ],
    "label_ids": [
        "44f4d815-bf54-4f56-b704-72a196c6bd58"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}