Information about plays

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

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

{
    "id": 378071,
    "uri": "https://api.kexp.org/v2/plays/378071/?format=api",
    "airdate": "2019-09-07T20:40:00-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ones You Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fascination Movement",
    "artist_ids": [
        "163f8240-e373-4817-bd7d-0b1cb4bb5aa8"
    ],
    "album": "Territory",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Monastery"
    ],
    "label_ids": [],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle; https://thefascinationmovement.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}