Information about plays

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

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

{
    "id": 427321,
    "uri": "https://api.kexp.org/v2/plays/427321/?format=api",
    "airdate": "2001-05-23T17:26:15-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B8OaBw1LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B8OaBw1LL._SL75_.jpg",
    "song": "Summer Luvin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Marcy",
    "artist_ids": [
        "755e4a1a-f4d7-4dd4-9b34-4ca49adfe02f"
    ],
    "album": "Favorite Songs and Choruses by Marcy",
    "release_id": "02400b7d-5b32-4064-aceb-7056f67e1453",
    "release_group_id": null,
    "labels": [
        "Flip"
    ],
    "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"
}