Information about plays

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

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

{
    "id": 353272,
    "uri": "https://api.kexp.org/v2/plays/353272/?format=api",
    "airdate": "2019-07-12T00:48:01-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Selva",
    "track_id": null,
    "recording_id": null,
    "artist": "Midnight Tenderness",
    "artist_ids": [
        "8472d5d2-8876-4825-91a9-52cc37db78ee"
    ],
    "album": "ILI001 (ILIO)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ILIO Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne label shimmies its way onto the scene with this slice of glistening electro boogie sunshine from '80s lover Midnight Tenderness https://midnighttenderness.bandcamp.com/album/ilio001-midnight-tenderness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}