Information about plays

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

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

{
    "id": 2675351,
    "uri": "https://api.kexp.org/v2/plays/2675351/?format=api",
    "airdate": "2019-12-19T11:45:08-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfb14a9a-e063-4beb-8a2c-08e1e74261fe/2846775424-250.jpg",
    "thumbnail_uri": "",
    "song": "Heart of Glass",
    "track_id": "dda34c6b-178f-3c23-a9ab-f2e26c111fd0",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "cfb14a9a-e063-4beb-8a2c-08e1e74261fe",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oldie but goodie! This one is from 1978!! <br> <br> Debbie Harry: \"When we did 'Heart Of Glass' it wasn't too cool in our social set to play disco. But we did it because we wanted to be uncool. It was based around a Roland Rhythm Machine and the backing took over 10 hours to get down.\" <br> <br> Chris Stein added, \"We didn't expect the original to be that big. We only did it as a novelty item to put more diversity into the album.\" <br> <br> https://bit.ly/34ArCRz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}