Information about plays

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

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

{
    "id": 1286376,
    "uri": "https://api.kexp.org/v2/plays/1286376/?format=api",
    "airdate": "2007-10-03T03:02:38-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL._SL75_.jpg",
    "song": "Under Me Sleng Teng",
    "track_id": "7324daa8-bd2e-41fd-a502-a80a2fc35e1e",
    "recording_id": null,
    "artist": "Wayne Smith",
    "artist_ids": [
        "4d2794e2-d826-48bb-b379-a36b2ba11247"
    ],
    "album": "The Reggae Box (disc 3)",
    "release_id": "e6141734-9197-43b3-9c1b-3b89faa26f52",
    "release_group_id": null,
    "labels": [
        "Hip-O/Island"
    ],
    "label_ids": [],
    "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"
}