Information about plays

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

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

{
    "id": 497485,
    "uri": "https://api.kexp.org/v2/plays/497485/?format=api",
    "airdate": "2001-12-16T22:11:00-08:00",
    "show": 8538,
    "show_uri": "https://api.kexp.org/v2/shows/8538/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419FFVP3SXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419FFVP3SXL._SL75_.jpg",
    "song": "Law Years",
    "track_id": "a3df244d-45a6-4786-9fba-d7c2b618421d",
    "recording_id": null,
    "artist": "Old and New Dreams",
    "artist_ids": [
        "94ea208f-38d7-4b33-b405-dfdc4ab0e00b"
    ],
    "album": "A Tribute to Blackwell",
    "release_id": "95beab8e-0820-498f-9537-42847792b935",
    "release_group_id": null,
    "labels": [
        "Black Saint"
    ],
    "label_ids": [
        "a3a77264-6b11-442a-ac77-660439a16226"
    ],
    "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"
}