Information about plays

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

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

{
    "id": 375888,
    "uri": "https://api.kexp.org/v2/plays/375888/?format=api",
    "airdate": "2019-09-03T06:12:00-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Storm",
    "track_id": "78215756-8f47-4ef4-af77-7f5148c9f665",
    "recording_id": null,
    "artist": "Julian Zyklus",
    "artist_ids": [
        "d2ad8f5f-1e30-4faa-a45e-f72884323c73"
    ],
    "album": "Four Dimensional Waves",
    "release_id": "2eab9d8e-1a11-441b-bc0b-0836f4b2797f",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about his music here https://hushhushrecords.bandcamp.com/album/four-dimensional-waves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}