Information about plays

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

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

{
    "id": 1256936,
    "uri": "https://api.kexp.org/v2/plays/1256936/?format=api",
    "airdate": "2007-07-20T11:32:30-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PKL9%2BZLwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PKL9%2BZLwL._SL75_.jpg",
    "song": "The American Ruse",
    "track_id": null,
    "recording_id": null,
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "The Big Bang: The Best of the MC5",
    "release_id": "509bd8b1-d20b-4872-ac55-475298129cee",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}