Information about plays

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

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

{
    "id": 372334,
    "uri": "https://api.kexp.org/v2/plays/372334/?format=api",
    "airdate": "2019-08-25T23:00:49-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sip It",
    "track_id": null,
    "recording_id": null,
    "artist": "SFV Acid",
    "artist_ids": [],
    "album": "Fire Zone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ekster"
    ],
    "label_ids": [
        "120f633a-54e1-4951-89f7-d2315bfffa48"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That good, good San Fernando Valley acid - https://eksterlabel.com/SFV-Acid-Fire-Zone-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}