Information about plays

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

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

{
    "id": 422321,
    "uri": "https://api.kexp.org/v2/plays/422321/?format=api",
    "airdate": "2001-05-08T07:45:52-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL._SL75_.jpg",
    "song": "Bankrobber",
    "track_id": "f14fdeb2-5f3a-4382-ab53-1747a60b9b0d",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway (disc 2)",
    "release_id": "a76761c7-e940-42f7-9f59-c5ae71356347",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}