Information about plays

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

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

{
    "id": 1233462,
    "uri": "https://api.kexp.org/v2/plays/1233462/?format=api",
    "airdate": "2007-05-20T12:46:52-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61W%2BTp3vLhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61W%2BTp3vLhL._SL75_.jpg",
    "song": "Sycamore",
    "track_id": null,
    "recording_id": null,
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "Woke on a Whaleheart",
    "release_id": "2f366eb3-ca3d-4322-bd40-2d72853e56f5",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}