Information about plays

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

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

{
    "id": 381943,
    "uri": "https://api.kexp.org/v2/plays/381943/?format=api",
    "airdate": "2019-09-17T10:05:00-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here It Is",
    "track_id": "a9984a8e-86df-32fc-99ac-b8ec1308eeae",
    "recording_id": null,
    "artist": "Swell",
    "artist_ids": [
        "f8706364-9bc4-4fa6-976e-be39c3490d9f"
    ],
    "album": "41",
    "release_id": "e1517220-5b1b-3f62-b32c-6f861c01058b",
    "release_group_id": null,
    "labels": [
        "SPV GmbH"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read an Allmusic review of Swell's \"swell\" third album, \"41\": https://theorangekyte.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}