Information about plays

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

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

{
    "id": 1311223,
    "uri": "https://api.kexp.org/v2/plays/1311223/?format=api",
    "airdate": "2007-12-07T03:31:28-08:00",
    "show": 22933,
    "show_uri": "https://api.kexp.org/v2/shows/22933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Upbeat",
    "track_id": null,
    "recording_id": null,
    "artist": "Bookmobile",
    "artist_ids": [
        "6abd5b6e-c310-44ec-a928-a99cf342ccc2"
    ],
    "album": "Boopanschwing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Woodson Lateral Records"
    ],
    "label_ids": [
        "b2612482-65b6-4a9d-9e89-e482d6921059"
    ],
    "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"
}