Information about plays

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

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

{
    "id": 417248,
    "uri": "https://api.kexp.org/v2/plays/417248/?format=api",
    "airdate": "2001-04-22T20:04:36-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514IbeE6jzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514IbeE6jzL._SL75_.jpg",
    "song": "Sly Detector",
    "track_id": "0c1bad1a-77e3-4895-9955-a725ea7b743c",
    "recording_id": null,
    "artist": "Psyne",
    "artist_ids": [
        "b689b5e3-8411-4a8a-bb04-1d6de6e0b35c"
    ],
    "album": "Progression Sessions 4 (feat. MC Conrad)",
    "release_id": "d0688f42-92c3-4162-a173-33a691049d03",
    "release_group_id": null,
    "labels": [
        "Earth"
    ],
    "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"
}