Information about plays

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

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

{
    "id": 1294923,
    "uri": "https://api.kexp.org/v2/plays/1294923/?format=api",
    "airdate": "2007-10-25T02:56:16-07:00",
    "show": 22654,
    "show_uri": "https://api.kexp.org/v2/shows/22654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-r0CAl8tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-r0CAl8tL._SL75_.jpg",
    "song": "Bei Mir Bist Du Schön",
    "track_id": "1c1cb503-a55d-4a1c-bfd8-ddfa2a661240",
    "recording_id": null,
    "artist": "The Harlem Experiment",
    "artist_ids": [
        "4f85156e-db93-42b9-907c-52cafc23494f"
    ],
    "album": "The Harlem Experiment",
    "release_id": "99d78112-275a-47b7-9ba8-78ca96b99a44",
    "release_group_id": null,
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "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"
}