Information about plays

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

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

{
    "id": 349718,
    "uri": "https://api.kexp.org/v2/plays/349718/?format=api",
    "airdate": "2019-07-03T19:05:33-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aretha, Sing One For Me",
    "track_id": null,
    "recording_id": null,
    "artist": "George Jackson",
    "artist_ids": [
        "d09d86d8-8db3-4e18-8246-99e4925c4b09"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Jackson in response to Aretha’s “Don’t Play That Song”: https://thefunkandsoulrevue.com/rare-cut-george-jackson-aretha-sing-one-for-me ; Cat Power covers this song: https://www.youtube.com/watch?v=wZiXVS7zq1A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}