Information about plays

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

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

{
    "id": 532724,
    "uri": "https://api.kexp.org/v2/plays/532724/?format=api",
    "airdate": "2002-03-29T23:15:33-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KJw2y2LgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KJw2y2LgL._SL75_.jpg",
    "song": "Drunk as Cooter Brown",
    "track_id": "f82dfc4c-fc01-481d-a5e9-1308d4e90123",
    "recording_id": null,
    "artist": "Cassandra Wison",
    "artist_ids": [
        "eb6595d3-e559-4bcc-a516-843bfdba82e9"
    ],
    "album": "Belly of the Sun",
    "release_id": "fd4769b7-a663-46d8-a723-61d1ef021e53",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}