Information about plays

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

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

{
    "id": 445675,
    "uri": "https://api.kexp.org/v2/plays/445675/?format=api",
    "airdate": "2001-07-16T17:56:28-07:00",
    "show": 7526,
    "show_uri": "https://api.kexp.org/v2/shows/7526/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chabakouni 1",
    "track_id": "a42a0472-edb3-4c03-8ede-8c2d4d73ee86",
    "recording_id": null,
    "artist": "Hassan Hakmoun",
    "artist_ids": [
        "3d3fdc17-ba59-4ba0-a326-a7803e65d4fc"
    ],
    "album": "Life Around the World",
    "release_id": "bbbfd58d-9515-4fa6-86b2-cbcbf0d2b1f0",
    "release_group_id": null,
    "labels": [
        "Alula"
    ],
    "label_ids": [
        "fed62486-6848-4b01-9161-cd5fbdb06bbe"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}