Information about plays

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

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

{
    "id": 423966,
    "uri": "https://api.kexp.org/v2/plays/423966/?format=api",
    "airdate": "2001-05-13T11:30:00-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-xDBlIYwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-xDBlIYwL._SL75_.jpg",
    "song": "Ramblin' In My Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Rory Block",
    "artist_ids": [
        "1e9aa4bd-9689-4535-9665-7f661d63d1c8"
    ],
    "album": "Confessions of a Blues Singer",
    "release_id": "873e62ac-d006-41f5-bc07-8c0ea2d18131",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1998-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}