Information about plays

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

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

{
    "id": 1303232,
    "uri": "https://api.kexp.org/v2/plays/1303232/?format=api",
    "airdate": "2007-11-16T18:35:28-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The White Rabbit",
    "track_id": "957672d0-de2e-4f94-9498-7980d980216b",
    "recording_id": null,
    "artist": "Peter Posa",
    "artist_ids": [
        "90b7a252-c357-4e75-9001-847270c79c2a"
    ],
    "album": "Kiwi Gold Disc III (disc 1: 1965 - 1970)",
    "release_id": "bf0fc9eb-5c8f-4ae0-ab7b-98b4945f5168",
    "release_group_id": null,
    "labels": [
        "NZ On Air"
    ],
    "label_ids": [
        "41476c74-bdd2-4ed5-b516-8c584f50773b"
    ],
    "release_date": "2003-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}