Information about plays

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

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

{
    "id": 416535,
    "uri": "https://api.kexp.org/v2/plays/416535/?format=api",
    "airdate": "2001-04-19T20:57:16-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-WXdsorHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-WXdsorHL._SL75_.jpg",
    "song": "Highway Through My Home",
    "track_id": "7958a979-c8cb-4d07-8711-1b4bd4690b73",
    "recording_id": null,
    "artist": "Jim Lauderdale, Ralph Stanley & The Clinch Mountain Boys",
    "artist_ids": [
        "c20745cc-617b-4ebb-b906-d3722ded2d2e"
    ],
    "album": "I Feel Like Singing Today",
    "release_id": "56870a17-fc78-403f-ab71-f95cd4235e4c",
    "release_group_id": null,
    "labels": [
        "Rebel"
    ],
    "label_ids": [],
    "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"
}