Information about plays

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

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

{
    "id": 1278336,
    "uri": "https://api.kexp.org/v2/plays/1278336/?format=api",
    "airdate": "2007-09-12T14:10:52-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513qJPebbhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513qJPebbhL._SL75_.jpg",
    "song": "Shade and Honey",
    "track_id": null,
    "recording_id": null,
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "Dreamt for Light Years in the Belly of a Mountain",
    "release_id": "1227cf2f-c8bc-4e03-8025-10e665119dcf",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}