Information about plays

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

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

{
    "id": 481988,
    "uri": "https://api.kexp.org/v2/plays/481988/?format=api",
    "airdate": "2001-10-31T03:08:34-08:00",
    "show": 8229,
    "show_uri": "https://api.kexp.org/v2/shows/8229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wlrFQ3GJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wlrFQ3GJL._SL75_.jpg",
    "song": "Resignation",
    "track_id": "338eb9d4-2964-4536-aae8-736600be67cf",
    "recording_id": null,
    "artist": "Brad Mehldau Trio",
    "artist_ids": [
        "2c43503a-fb94-433a-98a9-8898367ea71f"
    ],
    "album": "Progression: Art of the Trio, Volume 5 (disc 2)",
    "release_id": "5afe0ced-7970-45b1-83b4-05f4ae0df25e",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "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"
}