Information about plays

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

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

{
    "id": 357058,
    "uri": "https://api.kexp.org/v2/plays/357058/?format=api",
    "airdate": "2019-07-20T23:49:41-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coup D'Etat",
    "track_id": "cf4ffcf9-a1b4-4e83-aa0a-99bebc418da3",
    "recording_id": null,
    "artist": "Circle Jerks",
    "artist_ids": [
        "22995eba-1238-4b4f-a937-ac2c5767ab9f"
    ],
    "album": "Golden Shower of Hits (Jerks on 45)",
    "release_id": "71092306-a4a3-485c-8992-2619f1287740",
    "release_group_id": null,
    "labels": [
        "Avenue Records"
    ],
    "label_ids": [
        "720ed9ba-d0d4-41d9-91bb-fc61a08d2b12"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}