Information about plays

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

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

{
    "id": 343127,
    "uri": "https://api.kexp.org/v2/plays/343127/?format=api",
    "airdate": "2019-06-18T21:16:14-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Windows",
    "track_id": "d36e5c1d-a21e-40d7-8c05-cdb771205acd",
    "recording_id": null,
    "artist": "Frankie Cosmos",
    "artist_ids": [
        "e49dd402-2297-4192-a359-48b233d39cd4"
    ],
    "album": "Close It Quietly",
    "release_id": "d8948f29-4021-434e-891c-d1c7d3d79f96",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Cosmos will be in the PNW playing a bunch of shows in November, 2019. Nov 1st at Alma Matter in Tacoma, Nov 3rd two shows in Seattle at Laser Dome. Plus Portland on Oct 31st, and Vancouver on Nov 2nd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}