Information about plays

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

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

{
    "id": 356847,
    "uri": "https://api.kexp.org/v2/plays/356847/?format=api",
    "airdate": "2019-07-20T11:36:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nurtured Frequency",
    "track_id": "34f646ac-e656-4491-8939-a9f04ecb3fcf",
    "recording_id": null,
    "artist": "Akae Beka",
    "artist_ids": [
        "7ec0e32c-c09f-4447-8f12-6d714154073e"
    ],
    "album": "Nurtured Frequency",
    "release_id": "f745cdf8-5b5d-4f4c-a93a-955067aabef7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nurtured Frequency, an album by Akae Beka https://open.spotify.com/album/7GWn0wdgd6RZ5t8Y7ZEQgM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}