Information about plays

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

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

{
    "id": 507653,
    "uri": "https://api.kexp.org/v2/plays/507653/?format=api",
    "airdate": "2002-01-16T12:22:00-08:00",
    "show": 8737,
    "show_uri": "https://api.kexp.org/v2/shows/8737/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yPVjJTioL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yPVjJTioL._SL75_.jpg",
    "song": "The Closer I Get",
    "track_id": "471595c5-12a1-46af-8a84-845655497b7c",
    "recording_id": null,
    "artist": "Hayden",
    "artist_ids": [
        "000b1990-4dd8-4835-abcd-bb6038c13ac7"
    ],
    "album": "The Closer I Get",
    "release_id": "2fe6788c-6947-4120-998c-0f5ce298e58d",
    "release_group_id": null,
    "labels": [
        "Outpost"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}