Information about plays

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

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

{
    "id": 1417260,
    "uri": "https://api.kexp.org/v2/plays/1417260/?format=api",
    "airdate": "2008-09-02T07:53:00-07:00",
    "show": 24720,
    "show_uri": "https://api.kexp.org/v2/shows/24720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alex Boom Selector",
    "track_id": "0176d159-c824-4c36-b7e2-d6a46aa69ae5",
    "recording_id": null,
    "artist": "Velella Velella",
    "artist_ids": [
        "1d22782a-9ac6-4941-90a6-a3ff186671ac"
    ],
    "album": "Flight Cub",
    "release_id": "a142343d-d937-47ff-b61b-73c99283a4e0",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}