Information about plays

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

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

{
    "id": 415248,
    "uri": "https://api.kexp.org/v2/plays/415248/?format=api",
    "airdate": "2001-04-16T09:16:40-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513l%2B-qHbUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513l%2B-qHbUL._SL75_.jpg",
    "song": "Somethin' Else feat. Sid Vicious-vocals",
    "track_id": null,
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "The Great Rock 'n' Roll Swindle",
    "release_id": "815fa536-59e2-46b2-928a-e1c2f93b84df",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}