Information about plays

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

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

{
    "id": 515033,
    "uri": "https://api.kexp.org/v2/plays/515033/?format=api",
    "airdate": "2002-02-06T20:10:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tEWYE24qL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tEWYE24qL._SL75_.jpg",
    "song": "Cajun Groove (Scott Playboy Special)",
    "track_id": "87663ea9-f1a5-4130-a8d1-ce666558876b",
    "recording_id": null,
    "artist": "BeauSoleil",
    "artist_ids": [
        "143d190c-11e8-4ecd-adf7-a68a3ccdaab1"
    ],
    "album": "The Best of the Crawfish Years 1985-1991",
    "release_id": "91168609-073e-4bca-89fa-2c82e7b904a9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}