Information about plays

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

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

{
    "id": 1356277,
    "uri": "https://api.kexp.org/v2/plays/1356277/?format=api",
    "airdate": "2008-03-30T21:48:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foly (Robag Wruhme 'b-Schnitte' remix)",
    "track_id": "ab4f9978-a1ac-4eb2-a00f-b3ff76e2b856",
    "recording_id": null,
    "artist": "dOP",
    "artist_ids": [
        "3b39063e-45c1-4f6c-b9ca-776c5055fe64"
    ],
    "album": "God Bless the Child EP",
    "release_id": "0497d2a6-70c6-4ec7-91be-7d1388ffde99",
    "release_group_id": null,
    "labels": [
        "Milnor Modern"
    ],
    "label_ids": [
        "dc46dbdf-3404-42d9-8c4b-4c28477611ab"
    ],
    "release_date": "2008-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}