Information about plays

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

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

{
    "id": 978989,
    "uri": "https://api.kexp.org/v2/plays/978989/?format=api",
    "airdate": "2005-07-24T13:18:05-07:00",
    "show": 17223,
    "show_uri": "https://api.kexp.org/v2/shows/17223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZYZ05TFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZYZ05TFQL._SL75_.jpg",
    "song": "Planet",
    "track_id": "7ba04da5-2dbd-47fa-a31e-eea8bc7468fc",
    "recording_id": null,
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Here Today, Tomorrow Next Week!",
    "release_id": "1768ab97-8e3c-43aa-90db-ecd99218fdc0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}