Information about plays

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

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

{
    "id": 370515,
    "uri": "https://api.kexp.org/v2/plays/370515/?format=api",
    "airdate": "2019-08-21T18:01:24-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jumpin’ Jack Flash",
    "track_id": "fcc9b808-8b8a-3756-b3c1-b9707ddd6379",
    "recording_id": null,
    "artist": "Alex Chilton",
    "artist_ids": [
        "18b2f43a-fc98-4aab-b69c-eaaba41fecbc"
    ],
    "album": "Free Again: The “1970” Sessions",
    "release_id": "67a08a0e-f983-4b97-9ffb-4e4222e58f41",
    "release_group_id": null,
    "labels": [
        "Omnivore Recordings"
    ],
    "label_ids": [],
    "release_date": "2012-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His version of the Stones song, just two years after it was originally released (this is before Alex founded Big Star, but The Box Tops had already made him famous): https://aquariumdrunkard.com/2012/02/14/alex-chilton-jumpin-jack-flash-free-again-1970-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}