Information about plays

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

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

{
    "id": 382968,
    "uri": "https://api.kexp.org/v2/plays/382968/?format=api",
    "airdate": "2019-09-19T13:34:35-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's About To Go Down",
    "track_id": "dbb48b4c-0e0d-4815-8bbf-6363cf9455ef",
    "recording_id": null,
    "artist": "Eyelids",
    "artist_ids": [
        "e5194f1c-c3db-41c9-87ed-b190351c779a"
    ],
    "album": "It's About To Go Down / Polar Bear",
    "release_id": "b00045e3-e998-4622-bcce-1d994793fd11",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eyelids performed live in the KEXP studio in June 2017. Watch it here: https://www.youtube.com/watch?v=wwJqcdjpvjM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}