Information about plays

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

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

{
    "id": 532794,
    "uri": "https://api.kexp.org/v2/plays/532794/?format=api",
    "airdate": "2002-03-30T03:59:41-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518mjxM-97L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518mjxM-97L._SL75_.jpg",
    "song": "Degenerate",
    "track_id": "c9cfdc34-6970-45a2-9cc7-26b26eda7887",
    "recording_id": null,
    "artist": "June of 44",
    "artist_ids": [
        "56f3de75-2c88-4054-a1df-65c661f4ee0f"
    ],
    "album": "In the Fishtank",
    "release_id": "af78519d-66d2-41e8-912b-0b1784310f78",
    "release_group_id": null,
    "labels": [
        "Konkurrent"
    ],
    "label_ids": [
        "e6367a7d-d40c-489e-97a4-0438f080460a"
    ],
    "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"
}