Information about plays

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

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

{
    "id": 1410390,
    "uri": "https://api.kexp.org/v2/plays/1410390/?format=api",
    "airdate": "2008-08-16T02:14:43-07:00",
    "show": 24603,
    "show_uri": "https://api.kexp.org/v2/shows/24603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315B67P6J8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315B67P6J8L._SL75_.jpg",
    "song": "Not Alone",
    "track_id": "0f6e8497-1b74-4723-9061-95d399bf2628",
    "recording_id": null,
    "artist": "Swans",
    "artist_ids": [
        "3285dc48-9505-469d-ad8a-bdf2d3dba632"
    ],
    "album": "Swans Are Dead (disc 1: Black: Final Tour 1997)",
    "release_id": "94ba2829-9c75-49ed-a176-e230bf1ab1f2",
    "release_group_id": null,
    "labels": [
        "My Pal God"
    ],
    "label_ids": [
        "904be88f-188a-4cbc-b178-6e927978a5d7"
    ],
    "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"
}