Information about plays

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

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

{
    "id": 353224,
    "uri": "https://api.kexp.org/v2/plays/353224/?format=api",
    "airdate": "2019-07-11T21:55:06-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Did You See Butterflies (Loops Variation)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane Weaver",
    "artist_ids": [
        "9f1e8554-0d64-4095-8259-73730e15ae2b"
    ],
    "album": "Loops In The Secret Society",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jane Weaver deconstructs her own music and puts it back together again into strange surreal soundscapes https://janeweaverfire.bandcamp.com/album/loops-in-the-secret-society",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}