Information about plays

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

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

{
    "id": 1257976,
    "uri": "https://api.kexp.org/v2/plays/1257976/?format=api",
    "airdate": "2007-07-23T03:11:18-07:00",
    "show": 22031,
    "show_uri": "https://api.kexp.org/v2/shows/22031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NfFx3SboL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NfFx3SboL._SL75_.jpg",
    "song": "Looks That Kill",
    "track_id": "e700b1c2-814f-4d4c-a655-9fe1f4fa8ad8",
    "recording_id": null,
    "artist": "Shivaree",
    "artist_ids": [
        "1692e094-48b6-4d0e-8555-43ca0bd42467"
    ],
    "album": "Tainted Love: Mating Calls and Fight Songs",
    "release_id": "dc80388e-fa0a-4061-a278-ff12a1bf8ac2",
    "release_group_id": null,
    "labels": [
        "Zoe"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}