Information about plays

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

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

{
    "id": 346915,
    "uri": "https://api.kexp.org/v2/plays/346915/?format=api",
    "airdate": "2019-06-27T10:06:00-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dawn Chorus",
    "track_id": null,
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "ANIMA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "XXL Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-06-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ANIMA is the third solo album by Radiohead singer Thom Yorke, released on 27 June 2019 by XL Recordings. Yorke and longtime producer Nigel Godrich developed Anima through live performances and studio work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}