Information about plays

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

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

{
    "id": 427122,
    "uri": "https://api.kexp.org/v2/plays/427122/?format=api",
    "airdate": "2001-05-23T04:32:18-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ESS7V70TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ESS7V70TL._SL75_.jpg",
    "song": "All Is Full of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Homogenic",
    "release_id": "7a2ad97a-55e9-48a4-953b-45ddc10f7f0f",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "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"
}