Information about plays

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

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

{
    "id": 1278461,
    "uri": "https://api.kexp.org/v2/plays/1278461/?format=api",
    "airdate": "2007-09-12T21:17:17-07:00",
    "show": 22375,
    "show_uri": "https://api.kexp.org/v2/shows/22375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled",
    "track_id": "571020f7-c20d-4869-98ec-fe2bc87a6c07",
    "recording_id": null,
    "artist": "Cepia",
    "artist_ids": [
        "073e03c4-871b-43c8-b038-05bcd7a9f812"
    ],
    "album": "Natura Morta",
    "release_id": "7926fb35-f6cc-4f70-a3fb-190bef798a0b",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2007-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}