Information about plays

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

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

{
    "id": 381300,
    "uri": "https://api.kexp.org/v2/plays/381300/?format=api",
    "airdate": "2019-09-15T17:27:00-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destroy Rock & Roll (radio edit)",
    "track_id": "83dc1374-157a-3227-b197-b009bbcd0717",
    "recording_id": null,
    "artist": "Mylo",
    "artist_ids": [
        "a066b730-3809-4b39-a091-2297d40b51db"
    ],
    "album": "Destroy Rock & Roll",
    "release_id": "4585fa92-6c61-413c-a35f-ff1da59da8ef",
    "release_group_id": null,
    "labels": [
        "Breastfed Recordings"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is based on samples of \"Invocation for Judgement Against and Destruction of Rock Music\" by the Church Universal and Triumphant -- and leads nicely into...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}