Information about plays

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

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

{
    "id": 1334235,
    "uri": "https://api.kexp.org/v2/plays/1334235/?format=api",
    "airdate": "2008-02-03T18:16:00-08:00",
    "show": 23322,
    "show_uri": "https://api.kexp.org/v2/shows/23322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IhvuTC6%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IhvuTC6%2BL._SL75_.jpg",
    "song": "Think We Got a Problem (feat. Bun B & The Game)",
    "track_id": "60fa699b-4476-4ac5-8163-99a0692c9e8c",
    "recording_id": null,
    "artist": "Sheek Louch",
    "artist_ids": [
        "339ed05f-5f9f-4222-8e95-5bf5ec3af22a"
    ],
    "album": "Silverback Gorilla",
    "release_id": "3fb06857-965e-4e93-a0e6-17017612817f",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}