Information about plays

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

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

{
    "id": 1341234,
    "uri": "https://api.kexp.org/v2/plays/1341234/?format=api",
    "airdate": "2008-02-20T19:52:41-08:00",
    "show": 23432,
    "show_uri": "https://api.kexp.org/v2/shows/23432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dues",
    "track_id": "8f9d8e0e-98f4-47f1-8efb-4eb11e1dcfcd",
    "recording_id": null,
    "artist": "Varmint",
    "artist_ids": [
        "6a34632f-0a66-4f09-8579-4693530d089f"
    ],
    "album": "Mr. Man in the Moon",
    "release_id": "9ebcec72-1dc2-4f18-8dc7-b7118d349211",
    "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"
}