Information about plays

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

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

{
    "id": 352376,
    "uri": "https://api.kexp.org/v2/plays/352376/?format=api",
    "airdate": "2019-07-10T01:38:48-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavenly Pop Hit",
    "track_id": "ba9eee5e-dbac-3829-aadc-cc5db38bd53d",
    "recording_id": null,
    "artist": "The Chills",
    "artist_ids": [
        "90b5813d-fbd7-4539-89d5-034094f64a2e"
    ],
    "album": "Submarine Bells",
    "release_id": "5a2cf986-369c-4d12-a628-451f127f2903",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chills are a New Zealand rock band formed in Dunedin in 1980. The band is essentially the continuing project of singer/songwriter Martin Phillipps, who is the group's sole constant member.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}