Information about plays

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

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

{
    "id": 497507,
    "uri": "https://api.kexp.org/v2/plays/497507/?format=api",
    "airdate": "2001-12-16T23:49: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/21IUtYC2eEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21IUtYC2eEL._SL75_.jpg",
    "song": "Welcome",
    "track_id": "c63bf588-c0a4-4a69-95eb-fbd88f3d0aac",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "A John Coltrane Retrospective: The Impulse! Years (disc 3)",
    "release_id": "568a5723-4530-43a1-b733-05d3e5ceafa4",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1992-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}