Information about plays

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

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

{
    "id": 371658,
    "uri": "https://api.kexp.org/v2/plays/371658/?format=api",
    "airdate": "2019-08-24T06:02:00-07:00",
    "show": 6189,
    "show_uri": "https://api.kexp.org/v2/shows/6189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At the Bottom of Everything",
    "track_id": "becb477b-b743-3efc-8471-331980e66a18",
    "recording_id": null,
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "I’m Wide Awake, It’s Morning",
    "release_id": "7904d13b-cdf6-42aa-b0f3-ad7c4bea3423",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}