Information about plays

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

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

{
    "id": 378787,
    "uri": "https://api.kexp.org/v2/plays/378787/?format=api",
    "airdate": "2019-09-09T15:38:37-07:00",
    "show": 6306,
    "show_uri": "https://api.kexp.org/v2/shows/6306/?format=api",
    "image_uri": "http://coverartarchive.org/release/61d127f7-cabc-4785-8716-6333ca2072e9/17477103509-250.jpg",
    "thumbnail_uri": "",
    "song": "The Slider",
    "track_id": "d7de0149-64b9-432e-b4e1-f12e56b35df7",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Ty-Rex",
    "release_id": "61d127f7-cabc-4785-8716-6333ca2072e9",
    "release_group_id": null,
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2015-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "T REX APPRECIATION SET.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}