Information about plays

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

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

{
    "id": 435565,
    "uri": "https://api.kexp.org/v2/plays/435565/?format=api",
    "airdate": "2001-06-17T10:40:00-07:00",
    "show": 7333,
    "show_uri": "https://api.kexp.org/v2/shows/7333/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512KGPeh-4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512KGPeh-4L._SL75_.jpg",
    "song": "How Blue Can You Get",
    "track_id": "7954711d-fc25-4af9-83c7-56def2819b54",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "How Blue Can You Get",
    "release_id": "55cada10-b6ea-4ab2-9b11-35c98a45ae1b",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}