Information about plays

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

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

{
    "id": 352411,
    "uri": "https://api.kexp.org/v2/plays/352411/?format=api",
    "airdate": "2019-07-10T03:22:08-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ef8d874-a2ed-4dc2-9262-cc66b0120818/15485269083-250.jpg",
    "thumbnail_uri": "",
    "song": "Run (single version)",
    "track_id": "990c6041-b73e-4726-84a1-93d30914baa5",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "The Complete Works, Volume 1",
    "release_id": "4ef8d874-a2ed-4dc2-9262-cc66b0120818",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spiritualized formed in 1990 in Rugby, Warwickshire by Jason Pierce (often known as J. Spaceman), formerly of Spacemen 3. The membership of Spiritualized has changed from album to album, with Pierce—who writes, composes and sings all of the band's material—being the only constant member.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}