Information about plays

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

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

{
    "id": 428328,
    "uri": "https://api.kexp.org/v2/plays/428328/?format=api",
    "airdate": "2001-05-26T12:42:21-07:00",
    "show": 7194,
    "show_uri": "https://api.kexp.org/v2/shows/7194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "7 Gates to the City",
    "track_id": "236941f3-cda5-46f5-8218-8c3145b84c61",
    "recording_id": null,
    "artist": "Paul K & The Weathermen",
    "artist_ids": [
        "6247ba81-5c35-4959-9468-ad865968a5bb"
    ],
    "album": "Garden of Forking Paths",
    "release_id": "5517aac9-adba-40c2-b879-df45ffcd34e9",
    "release_group_id": null,
    "labels": [
        "SilenZ Records"
    ],
    "label_ids": [
        "fac0ac68-d577-48b9-b456-2a51e99cd78b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}