Information about plays

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

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

{
    "id": 380937,
    "uri": "https://api.kexp.org/v2/plays/380937/?format=api",
    "airdate": "2019-09-14T21:38:16-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's a Hunchback",
    "track_id": "685adf63-7a4f-36ac-8130-11ac6149d279",
    "recording_id": null,
    "artist": "The Dickies",
    "artist_ids": [
        "82eeb914-c61b-4477-81c2-a0bf8604f2de"
    ],
    "album": "Stukas Over Disneyland",
    "release_id": "480b24ac-bd75-4225-85b5-a1fb7a683b3a",
    "release_group_id": null,
    "labels": [
        "PVC Records"
    ],
    "label_ids": [
        "9e98a551-f529-43a2-8513-94b2208f74a8"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}