Information about plays

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

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

{
    "id": 378157,
    "uri": "https://api.kexp.org/v2/plays/378157/?format=api",
    "airdate": "2019-09-08T01:27:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Darkness Descends",
    "track_id": "f438c6a3-0e46-45d5-b197-d962f645205a",
    "recording_id": null,
    "artist": "Dark Angel",
    "artist_ids": [
        "1dd1f238-839c-4609-9bcb-5f866c82b3e8"
    ],
    "album": "Darkness Descends",
    "release_id": "47fbbe81-a87a-42d1-b65b-8b96108addf7",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [],
    "release_date": "1986-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Angel reunited in 2013 after an 8 year hiatus; https://www.facebook.com/darkangelthrashofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}