Information about plays

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

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

{
    "id": 375657,
    "uri": "https://api.kexp.org/v2/plays/375657/?format=api",
    "airdate": "2019-09-02T15:31:39-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/be34969c-12b0-471a-9a0e-9fd25b163b90/23239330285-250.jpg",
    "thumbnail_uri": "",
    "song": "Sweet Sweet Midnight",
    "track_id": "2b0e06fc-ceba-49e7-8046-0f2eb214738e",
    "recording_id": null,
    "artist": "Stef Chura",
    "artist_ids": [
        "e86c1345-25e1-46cc-94c7-7056d301a7ab"
    ],
    "album": "Midnight",
    "release_id": "be34969c-12b0-471a-9a0e-9fd25b163b90",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features Will Toledo. https://stefchuraband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}