Information about plays

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

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

{
    "id": 1323393,
    "uri": "https://api.kexp.org/v2/plays/1323393/?format=api",
    "airdate": "2008-01-07T09:41:28-08:00",
    "show": 23139,
    "show_uri": "https://api.kexp.org/v2/shows/23139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Careful Blend Of Orange And Red",
    "track_id": null,
    "recording_id": null,
    "artist": "BOAT",
    "artist_ids": [
        "8d2531ce-6782-40de-ad71-d64cefcd17f9"
    ],
    "album": "Voyager 127",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BPitch Control"
    ],
    "label_ids": [
        "a938751f-4791-47f1-967f-2c94ace85f78"
    ],
    "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"
}