Information about plays

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

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

{
    "id": 485683,
    "uri": "https://api.kexp.org/v2/plays/485683/?format=api",
    "airdate": "2001-11-11T23:08:34-08:00",
    "show": 8307,
    "show_uri": "https://api.kexp.org/v2/shows/8307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tatsu's Groove",
    "track_id": "77a672f9-c2b0-485f-bbc2-6331fd22b811",
    "recording_id": null,
    "artist": "Fred Anderson",
    "artist_ids": [
        "9a6b109d-5a96-4d9f-a421-425ab1519eb4"
    ],
    "album": "On the Run: Live at the Velvet Lounge",
    "release_id": "7a01ae57-d53f-4e31-82c8-0cf20354fd18",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}