Information about plays

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

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

{
    "id": 1268657,
    "uri": "https://api.kexp.org/v2/plays/1268657/?format=api",
    "airdate": "2007-08-18T22:20:00-07:00",
    "show": 22209,
    "show_uri": "https://api.kexp.org/v2/shows/22209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Beeps",
    "track_id": null,
    "recording_id": null,
    "artist": "The Intelligence",
    "artist_ids": [
        "11ab49a5-fd58-4905-997d-57e70064e893"
    ],
    "album": "\"Unreleased\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}