Information about plays

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

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

{
    "id": 432448,
    "uri": "https://api.kexp.org/v2/plays/432448/?format=api",
    "airdate": "2001-06-07T23:12:00-07:00",
    "show": 7274,
    "show_uri": "https://api.kexp.org/v2/shows/7274/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21K2CTRbtvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21K2CTRbtvL._SL75_.jpg",
    "song": "Dancing Flowers",
    "track_id": "0ce3a4ac-a99a-4be0-b2ea-97bc71777b42",
    "recording_id": null,
    "artist": "Albert Ayler",
    "artist_ids": [
        "b2dcc67a-45f9-4b9f-8221-3da4e0d32491"
    ],
    "album": "Love Cry",
    "release_id": "a186f23b-9a27-423d-a498-721f6a706dee",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1991-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}