Information about plays

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

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

{
    "id": 377160,
    "uri": "https://api.kexp.org/v2/plays/377160/?format=api",
    "airdate": "2019-09-05T19:00:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Imagine That",
    "track_id": "aa780fa0-4994-3c08-bf91-37c8a0eae0d9",
    "recording_id": null,
    "artist": "Sara Evans",
    "artist_ids": [
        "773af101-792f-48b8-a588-09a07cff5e53"
    ],
    "album": "Three Chords and the Truth",
    "release_id": "ab4de044-b584-46db-a983-4e5fb00af858",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}