Information about plays

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

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

{
    "id": 496512,
    "uri": "https://api.kexp.org/v2/plays/496512/?format=api",
    "airdate": "2001-12-13T20:42:00-08:00",
    "show": 8516,
    "show_uri": "https://api.kexp.org/v2/shows/8516/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HDxx5BHwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HDxx5BHwL._SL75_.jpg",
    "song": "Bad Loser",
    "track_id": "f300fe01-c985-43af-aedb-5e917c660dc7",
    "recording_id": null,
    "artist": "Joy Lynn White",
    "artist_ids": [
        "c0b2bd33-9787-4aba-9600-606e184cc993"
    ],
    "album": "Wild Love",
    "release_id": "28aa38a0-2e11-4b21-b474-36fe8d8a6320",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}