Information about plays

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

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

{
    "id": 381954,
    "uri": "https://api.kexp.org/v2/plays/381954/?format=api",
    "airdate": "2019-09-17T10:50:00-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Screen",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawn Smith",
    "artist_ids": [
        "e3a5e014-fd72-40c2-9b00-7c70f382c431"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "This song and the previous one are part of listener John's mixtape, submitted to KEXP as an homage to his \"earliest memory of the concept of live recordings and 'bootlegs.'\"  Beloved Seattle musician Shawn Smith died earlier this year at the age of 53:  https://www.kexp.org/read/2019/4/6/rip-shawn-smith/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}