Information about plays

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

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

{
    "id": 447091,
    "uri": "https://api.kexp.org/v2/plays/447091/?format=api",
    "airdate": "2001-07-20T17:56:00-07:00",
    "show": 7553,
    "show_uri": "https://api.kexp.org/v2/shows/7553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tAHJwfriL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tAHJwfriL._SL75_.jpg",
    "song": "Will You Still Love Me Tomorrow",
    "track_id": "b16af96e-74ef-4b2f-9691-147e74be8e5d",
    "recording_id": null,
    "artist": "Me First and the Gimme Gimmes",
    "artist_ids": [
        "9478e346-7c52-4780-9555-3d1577f0b905"
    ],
    "album": "Blow in the Wind",
    "release_id": "efd5a629-b827-40c3-94e8-9a445ea2b1e6",
    "release_group_id": null,
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2001-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}