Information about plays

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

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

{
    "id": 417241,
    "uri": "https://api.kexp.org/v2/plays/417241/?format=api",
    "airdate": "2001-04-22T19:38:49-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EYRMsLqxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EYRMsLqxL._SL75_.jpg",
    "song": "Let Em Have It",
    "track_id": "31ff0e2e-9237-4669-9e23-ce9fd59e0546",
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "Until the End of Time (disc 1)",
    "release_id": "835a431b-81d8-4440-8157-d3efa65a8a39",
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "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"
}