Information about plays

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

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

{
    "id": 1260933,
    "uri": "https://api.kexp.org/v2/plays/1260933/?format=api",
    "airdate": "2007-07-30T15:47:55-07:00",
    "show": 22083,
    "show_uri": "https://api.kexp.org/v2/shows/22083/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ana (Hisboyelroy Smooth Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Vieux Farka Touré",
    "artist_ids": [
        "7682d624-9e0b-45b2-b7d0-d1b18b3ebd05"
    ],
    "album": "Remixed: UFOs Over Bamako",
    "release_id": "19906941-fe71-411d-8ce4-cff21628bc26",
    "release_group_id": null,
    "labels": [
        "Modiba"
    ],
    "label_ids": [
        "46d54cfd-56d0-421f-b0b1-86da59cf4753"
    ],
    "release_date": "2007-11-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}