Information about plays

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

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

{
    "id": 416837,
    "uri": "https://api.kexp.org/v2/plays/416837/?format=api",
    "airdate": "2001-04-20T19:27:16-07:00",
    "show": 6956,
    "show_uri": "https://api.kexp.org/v2/shows/6956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VNYTZ43EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VNYTZ43EL._SL75_.jpg",
    "song": "Across the Alley From the Alamo",
    "track_id": "8f8b0e4b-e9ef-42f5-9960-0bb3d24af3aa",
    "recording_id": null,
    "artist": "The Mills Brothers",
    "artist_ids": [
        "fb1080d4-aaf7-430e-b588-6a6ce79e2eb3"
    ],
    "album": "All Time Greatest Hits",
    "release_id": "74e783f3-3292-467b-a018-2c248a24f4ce",
    "release_group_id": null,
    "labels": [
        "MCA Decca"
    ],
    "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"
}