Information about plays

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

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

{
    "id": 377857,
    "uri": "https://api.kexp.org/v2/plays/377857/?format=api",
    "airdate": "2019-09-07T06:28:00-07:00",
    "show": 6285,
    "show_uri": "https://api.kexp.org/v2/shows/6285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovefool",
    "track_id": "1a6253f0-5fb1-3089-bce4-16e4d3d6ee7e",
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "First Band on the Moon",
    "release_id": "862eef2e-db67-31a2-be1b-5679a2be2e5f",
    "release_group_id": null,
    "labels": [
        "Stockholm Records"
    ],
    "label_ids": [
        "d4e03a23-21a2-4638-a5b2-74eaca5004db"
    ],
    "release_date": "1996-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}