Information about plays

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

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

{
    "id": 380962,
    "uri": "https://api.kexp.org/v2/plays/380962/?format=api",
    "airdate": "2019-09-14T22:36:05-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gidget Goes to Hell",
    "track_id": "47cac4c0-e363-3aff-8e52-a319ae067240",
    "recording_id": null,
    "artist": "Suburban Lawns",
    "artist_ids": [
        "f2e5a6f8-e72e-46a7-8e2e-34960339220a"
    ],
    "album": "Gidget Goes to Hell / My Boyfriend",
    "release_id": "9718b0bd-2aa9-468e-bde9-658df2425f60",
    "release_group_id": null,
    "labels": [
        "Suburban Industrial"
    ],
    "label_ids": [
        "6d6320e6-edcb-4e43-9280-d4a8ffdd1d31"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}