Information about plays

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

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

{
    "id": 1264244,
    "uri": "https://api.kexp.org/v2/plays/1264244/?format=api",
    "airdate": "2007-08-07T23:08:00-07:00",
    "show": 22138,
    "show_uri": "https://api.kexp.org/v2/shows/22138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L._SL75_.jpg",
    "song": "Flickers & Flames",
    "track_id": "ed98d630-0475-4f31-a770-a4d21c2d7d96",
    "recording_id": null,
    "artist": "Number One Cup",
    "artist_ids": [
        "5d1638b0-ca28-490a-ae2e-9648c69ae82a"
    ],
    "album": "Wrecked By Lions",
    "release_id": "de4241bd-572e-4931-96d0-3241784ba7ab",
    "release_group_id": null,
    "labels": [
        "Buzzin' Fly"
    ],
    "label_ids": [
        "f58041a3-1438-4e66-911e-bf34378e0ea4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}