Information about plays

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

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

{
    "id": 467644,
    "uri": "https://api.kexp.org/v2/plays/467644/?format=api",
    "airdate": "2001-09-19T03:10:35-07:00",
    "show": 7956,
    "show_uri": "https://api.kexp.org/v2/shows/7956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ira's Brief Life as a Spider",
    "track_id": "8052eb67-80cd-4818-ae54-d52700bf2492",
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "Horse & Elephant Eatery (No Elephants Allowed): The Singles & Songles Album",
    "release_id": "b29c4d83-2d10-42d3-9f9a-9892bbe28358",
    "release_group_id": null,
    "labels": [
        "Bar-None"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}