Information about plays

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

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

{
    "id": 357063,
    "uri": "https://api.kexp.org/v2/plays/357063/?format=api",
    "airdate": "2019-07-21T00:08:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wretched Face of Evil",
    "track_id": "52544f57-4562-35ef-a9c8-acdedf1b1bd8",
    "recording_id": null,
    "artist": "Aura Noir",
    "artist_ids": [
        "3cfa1f83-4ef9-42d8-8ad9-0377a2c8fcbb"
    ],
    "album": "Black Thrash Attack",
    "release_id": "92f085cc-9b72-4f0b-98e3-d5bd08e666c4",
    "release_group_id": null,
    "labels": [
        "Peaceville"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aura Noir is releasing a new song on a 7\" that will accompany Peter Beste's new photo book. https://www.revolvermag.com/music/hear-aura-noirs-ripping-song-peter-bestes-new-photo-book",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}