Information about plays

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

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

{
    "id": 346412,
    "uri": "https://api.kexp.org/v2/plays/346412/?format=api",
    "airdate": "2019-06-26T09:41:37-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/565cab47-2cf3-4fbd-87a0-e470b110eef2/13559321426-250.jpg",
    "thumbnail_uri": "",
    "song": "Angels",
    "track_id": "e2a3f885-27a4-490f-9e60-115f52ee81e2",
    "recording_id": null,
    "artist": "Chance the Rapper feat. Saba",
    "artist_ids": [
        "057d211a-fba8-42d7-ad14-41f41d6f762f"
    ],
    "album": "Coloring Book",
    "release_id": "565cab47-2cf3-4fbd-87a0-e470b110eef2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song featuring Saba! Here's the video: https://www.youtube.com/watch?v=eedeXTWZUn8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}