Information about plays

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

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

{
    "id": 2675191,
    "uri": "https://api.kexp.org/v2/plays/2675191/?format=api",
    "airdate": "2019-12-19T03:41:07-08:00",
    "show": 46179,
    "show_uri": "https://api.kexp.org/v2/shows/46179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Illeven",
    "track_id": null,
    "recording_id": null,
    "artist": "Самцы Дронта (Samtsi Dronta)",
    "artist_ids": [],
    "album": "Самцы Дронта (Samtsi Dronta)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BFE Records"
    ],
    "label_ids": [
        "b7d60f70-eb26-418f-92b6-0c557037eb8b"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'80s-era Soviet shoegaze and dream pop! - https://bferecords.bandcamp.com/album/b-f-e-53-samtsi-dronta-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}