Information about plays

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

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

{
    "id": 454687,
    "uri": "https://api.kexp.org/v2/plays/454687/?format=api",
    "airdate": "2001-08-11T21:24:42-07:00",
    "show": 7696,
    "show_uri": "https://api.kexp.org/v2/shows/7696/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Alias",
    "track_id": "b9ea7b50-ccb4-498e-84ce-32b6ceb3d56b",
    "recording_id": null,
    "artist": "Moving Fusion & Shimon",
    "artist_ids": [
        "9433d6cf-0c69-4488-9bf7-8cfcfaa59156"
    ],
    "album": "Ram Raiders, Part 3 (disc 1)",
    "release_id": "a734356a-4c26-4d0b-b5cc-249bdca79391",
    "release_group_id": null,
    "labels": [
        "RAM Records"
    ],
    "label_ids": [
        "fe03671d-df66-4984-abbc-bd022f5c6c3f"
    ],
    "release_date": "2001-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}