Information about plays

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

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

{
    "id": 440227,
    "uri": "https://api.kexp.org/v2/plays/440227/?format=api",
    "airdate": "2001-06-30T16:50:00-07:00",
    "show": 7422,
    "show_uri": "https://api.kexp.org/v2/shows/7422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want Is You",
    "track_id": null,
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "12 of Their Greatest Ever Hits",
    "release_id": "b5b54c46-e405-43da-be39-9afbacb0f6b0",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}