Information about plays

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

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

{
    "id": 377792,
    "uri": "https://api.kexp.org/v2/plays/377792/?format=api",
    "airdate": "2019-09-07T03:03:00-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Till I Die (2Pac)",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Screw",
    "artist_ids": [
        "d0dd58c4-ab66-41c4-9883-4f493ef6653f"
    ],
    "album": "Playaz Nite",
    "release_id": "a1e09c3b-bd6b-4dc3-87b3-1b7de4f9c4eb",
    "release_group_id": null,
    "labels": [
        "Screwed Up Click Entertainment"
    ],
    "label_ids": [],
    "release_date": "2005-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP DJ Screw https://www.youtube.com/watch?v=FSmMoVf1j_8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}