Information about plays

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

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

{
    "id": 1388607,
    "uri": "https://api.kexp.org/v2/plays/1388607/?format=api",
    "airdate": "2008-06-22T05:26:27-07:00",
    "show": 24238,
    "show_uri": "https://api.kexp.org/v2/shows/24238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Cry",
    "track_id": "390cffb4-7208-446b-bc67-df51f093914e",
    "recording_id": null,
    "artist": "Richard Marshall",
    "artist_ids": [
        "0a378190-1a2d-44a4-85e2-9076cd4fa101"
    ],
    "album": "A Little Boat and the Big River",
    "release_id": "8917b630-9d7c-4a29-8099-40684cb30737",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}