Information about plays

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

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

{
    "id": 444588,
    "uri": "https://api.kexp.org/v2/plays/444588/?format=api",
    "airdate": "2001-07-13T01:35:00-07:00",
    "show": 7503,
    "show_uri": "https://api.kexp.org/v2/shows/7503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F03K3VHVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F03K3VHVL._SL75_.jpg",
    "song": "Iambic 5 Poetry",
    "track_id": "fbbda491-d32d-42f2-bdb1-f0a7d57e6e2f",
    "recording_id": null,
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Budakhan Mindphone",
    "release_id": "7a492091-0eac-4b22-9fc9-9442a1997c19",
    "release_group_id": null,
    "labels": [
        "warp/nothing"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}