Information about plays

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

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

{
    "id": 374476,
    "uri": "https://api.kexp.org/v2/plays/374476/?format=api",
    "airdate": "2019-08-30T13:22:22-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/d7484a79-48fb-4f4b-8860-7dadaf18c233/21640246464-250.jpg",
    "thumbnail_uri": "",
    "song": "What's Going On",
    "track_id": "2e5bbef7-a920-35ba-ba14-ec1c93b62776",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "d7484a79-48fb-4f4b-8860-7dadaf18c233",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Eric Robinson's \"Rock My Soul\" mix CD. Says Eric: \"I made the mixtape with my ex after 9-11. We sent it to friends for Christmas 2001 as a gift. It was such a powerful event in our history and we thought about when the towers were built in the 70's and the music we loved then.  From that we made this tape of songs from the 70's that told our feelings around 9-11 and music which we reflected what was going on and our love of New York.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}