Information about plays

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

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

{
    "id": 344021,
    "uri": "https://api.kexp.org/v2/plays/344021/?format=api",
    "airdate": "2019-06-20T16:37:21-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm A Regular",
    "track_id": "9a34af35-c56a-42da-8464-f902c51105da",
    "recording_id": null,
    "artist": "Dead Bars",
    "artist_ids": [
        "394f0662-c9f7-4870-aaad-3224b245f1ef"
    ],
    "album": "Regulars",
    "release_id": "d2d18c13-0a62-4f2e-8a84-b6c0da8f3348",
    "release_group_id": null,
    "labels": [
        "A‐F Records"
    ],
    "label_ids": [
        "59567a42-35a1-48f2-9908-f1a650c216aa"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Dead Bars released their album \"Regulars\" back in May. you can catch them this Monday, June 24th at Belltown yacht Club!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}