Information about plays

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

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

{
    "id": 350283,
    "uri": "https://api.kexp.org/v2/plays/350283/?format=api",
    "airdate": "2019-07-05T02:32:49-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lose Health",
    "track_id": "d4993f3f-abfa-4f44-8e6c-8aabf7f475fb",
    "recording_id": null,
    "artist": "Final Body",
    "artist_ids": [
        "a7d46d79-e5e2-4b55-8798-22c9d23d0a67"
    ],
    "album": "Nothyng",
    "release_id": "d48dc046-7e67-469d-a9e6-2faef003245e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}