Information about plays

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

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

{
    "id": 1414085,
    "uri": "https://api.kexp.org/v2/plays/1414085/?format=api",
    "airdate": "2008-08-25T09:56:34-07:00",
    "show": 24667,
    "show_uri": "https://api.kexp.org/v2/shows/24667/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RYT8WTB7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RYT8WTB7L._SL75_.jpg",
    "song": "Work It!",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cinematic Orchestra",
    "artist_ids": [
        "7c158ea8-c0aa-410e-bdc1-20bba9759577"
    ],
    "album": "Man With the Movie Camera",
    "release_id": "b7ba7898-4517-4397-b035-1961a62736c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2003-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}