Information about plays

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

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

{
    "id": 502026,
    "uri": "https://api.kexp.org/v2/plays/502026/?format=api",
    "airdate": "2001-12-30T17:32:00-08:00",
    "show": 8625,
    "show_uri": "https://api.kexp.org/v2/shows/8625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41x-sAEaC2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41x-sAEaC2L._SL75_.jpg",
    "song": "A Re-occurring Dream",
    "track_id": "25e45c0a-60c8-42b4-bb92-d9206f67d2f6",
    "recording_id": null,
    "artist": "Chicago Underground Quartet",
    "artist_ids": [
        "498621af-b915-4b42-b8e6-a14eeab3ed1a"
    ],
    "album": "Chicago Underground Quartet",
    "release_id": "453620ff-a24d-4126-bf60-e78d8a48f737",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}