Information about plays

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

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

{
    "id": 352192,
    "uri": "https://api.kexp.org/v2/plays/352192/?format=api",
    "airdate": "2019-07-09T16:31:35-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/26a75c55-00de-4de3-b419-3bb7bd3a2982/22859902189-250.jpg",
    "thumbnail_uri": "",
    "song": "Starfire 500",
    "track_id": "3c647a94-6410-4b24-97c6-248f9d75815b",
    "recording_id": null,
    "artist": "Amyl and The Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Amyl and The Sniffers",
    "release_id": "26a75c55-00de-4de3-b419-3bb7bd3a2982",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amyl and the Sniffers are featured on this week's Music That Matters podcast. You can download the full podcast here: https://bit.ly/2JlPSzC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}