Information about plays

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

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

{
    "id": 2674722,
    "uri": "https://api.kexp.org/v2/plays/2674722/?format=api",
    "airdate": "2019-12-18T02:01:55-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey! Little Child",
    "track_id": "32c9664d-a987-37f0-abad-3d1ca8e5100e",
    "recording_id": null,
    "artist": "Alex Chilton",
    "artist_ids": [
        "18b2f43a-fc98-4aab-b69c-eaaba41fecbc"
    ],
    "album": "Like Flies on Sherbert",
    "release_id": "7bbc9525-2779-3fbf-b8a8-74ee292d96a7",
    "release_group_id": null,
    "labels": [
        "Great Expectations"
    ],
    "label_ids": [
        "887d6b4e-32e3-458e-9513-979d9fb47b49"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dickinson affirmed that Chilton consciously wanted the musicianship to be sloppy. He clarified that he plays guitar on the album despite not being technically proficient: \"A lot of the guitar on Sherbert is me. Alex said, 'You still play like you’re 14 years old.' I said, 'Yeah, I play bad.' That's what he wanted.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}