Information about plays

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

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

{
    "id": 375369,
    "uri": "https://api.kexp.org/v2/plays/375369/?format=api",
    "airdate": "2019-09-01T20:53:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After All",
    "track_id": "f8400fa0-f09e-39f7-8758-ef382618f305",
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "The Other Side of the Moon",
    "release_id": "c9bb614a-7377-398a-8b0d-286fcb393f52",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}