Information about plays

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

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

{
    "id": 382055,
    "uri": "https://api.kexp.org/v2/plays/382055/?format=api",
    "airdate": "2019-09-17T15:58:00-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sheared Times",
    "track_id": "ec1691d8-906f-4387-a32e-0e8cdb38c89a",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Glory Times",
    "release_id": "8426588e-0fef-455b-bc1c-3d5d4267e0e4",
    "release_group_id": null,
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [],
    "release_date": "1995-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glory Times is a 1995 compilation album by English band Portishead which contains mixes of songs from Dummy as well as the theme from their short film To Kill a Dead Man. The two discs are the same as the respective singles for \"Sour Times\" and \"Glory Box\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}