Information about plays

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

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

{
    "id": 383150,
    "uri": "https://api.kexp.org/v2/plays/383150/?format=api",
    "airdate": "2019-09-19T21:51:08-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Real World",
    "track_id": "466e4b54-374d-4b05-9612-ebc92037cfd7",
    "recording_id": null,
    "artist": "Drugdealer feat. Sheer Agony",
    "artist_ids": [
        "fb4c6945-8461-46fd-90ba-be8c65f821e0"
    ],
    "album": "The End of Comedy",
    "release_id": "018fbadc-8bf0-41f8-bf44-abbe14c2302e",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}