Information about plays

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

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

{
    "id": 348665,
    "uri": "https://api.kexp.org/v2/plays/348665/?format=api",
    "airdate": "2019-07-01T14:42:24-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "http://coverartarchive.org/release/eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f/4512103446-250.jpg",
    "thumbnail_uri": "",
    "song": "Aliens",
    "track_id": "be6d920e-62ce-3156-b596-7b41c3540ec7",
    "recording_id": null,
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "The Return of Dr. Octagon",
    "release_id": "eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f",
    "release_group_id": null,
    "labels": [
        "OCD International"
    ],
    "label_ids": [
        "91c34820-c536-488c-a238-cdd3d8b73af7"
    ],
    "release_date": "2006-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second release under the Dr. Octagon alias. Revives the character that was killed off during his first Dr. Dooom album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}