Information about plays

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

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

{
    "id": 377671,
    "uri": "https://api.kexp.org/v2/plays/377671/?format=api",
    "airdate": "2019-09-06T20:41:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirror In The Bathroom",
    "track_id": null,
    "recording_id": null,
    "artist": "The English Beat",
    "artist_ids": [],
    "album": "I Just Can't Stop It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Go-Feet Records"
    ],
    "label_ids": [
        "140e7608-79f6-44f9-8a98-0c9e51bb2328"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing a Seattle benefit for hunger this Sunday in Meridian Park in Wallingford. All ages. See you there! https://www.thestranger.com/events/40662081/the-english-beat-at-foodstock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}