Information about plays

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

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

{
    "id": 374907,
    "uri": "https://api.kexp.org/v2/plays/374907/?format=api",
    "airdate": "2019-08-31T16:50:00-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foxhole",
    "track_id": "03357c4d-12ba-3c12-af45-87d5f7f0ae56",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Adventure",
    "release_id": "0a9af327-11ef-32eb-8812-0332f1b6decc",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}