Information about plays

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

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

{
    "id": 429691,
    "uri": "https://api.kexp.org/v2/plays/429691/?format=api",
    "airdate": "2001-05-30T18:00:00-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V1mIj1MJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V1mIj1MJL._SL75_.jpg",
    "song": "Underhand Boogie",
    "track_id": "b5e62051-bb7a-4e78-a000-cf0d9b8bf783",
    "recording_id": null,
    "artist": "Clarence \"Gatemouth\" Brown",
    "artist_ids": [
        "039e3952-2f73-49f4-86fe-7aaee4a89a17"
    ],
    "album": "Long Way Home",
    "release_id": "a58d59b5-4121-400c-b405-95db7654d451",
    "release_group_id": null,
    "labels": [],
    "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"
}