Information about plays

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

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

{
    "id": 491841,
    "uri": "https://api.kexp.org/v2/plays/491841/?format=api",
    "airdate": "2001-11-30T05:20:00-08:00",
    "show": 8427,
    "show_uri": "https://api.kexp.org/v2/shows/8427/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DQBQFMKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DQBQFMKAL._SL75_.jpg",
    "song": "Isabel",
    "track_id": "9ede26ef-b16a-48e6-9465-51f66ea2ddf0",
    "recording_id": null,
    "artist": "De Madera",
    "artist_ids": [
        "0a945bd4-322f-41f4-8598-d7db75e2170a"
    ],
    "album": "Aire y Candela",
    "release_id": "567f3c1f-a316-47e4-b940-9885330ba618",
    "release_group_id": null,
    "labels": [
        "Alula"
    ],
    "label_ids": [
        "fed62486-6848-4b01-9161-cd5fbdb06bbe"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}