Information about plays

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

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

{
    "id": 1311081,
    "uri": "https://api.kexp.org/v2/plays/1311081/?format=api",
    "airdate": "2007-12-06T20:09:15-08:00",
    "show": 22931,
    "show_uri": "https://api.kexp.org/v2/shows/22931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tM4v0iXML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tM4v0iXML._SL75_.jpg",
    "song": "Working Girl Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Hazel Dickens & Alice Gerrard",
    "artist_ids": [
        "c8739c4e-3064-470d-86dd-a391d2572846"
    ],
    "album": "Hazel Dickens & Alice Gerrard",
    "release_id": "130e71ca-f684-4076-8171-5f714f7a4725",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}