Information about plays

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

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

{
    "id": 417526,
    "uri": "https://api.kexp.org/v2/plays/417526/?format=api",
    "airdate": "2001-04-23T20:45:00-07:00",
    "show": 6973,
    "show_uri": "https://api.kexp.org/v2/shows/6973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QVy0V6wPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QVy0V6wPL._SL75_.jpg",
    "song": "Tièbaw",
    "track_id": "b1d673bb-ad5e-4cac-8895-c4fa46ebbdc3",
    "recording_id": null,
    "artist": "Oumou Sangaré",
    "artist_ids": [
        "2013f3af-51a3-404d-9afc-91b3f277ea4e"
    ],
    "album": "Worotan",
    "release_id": "6ab25b1b-9674-4c2d-9a36-41b65695c6f0",
    "release_group_id": null,
    "labels": [
        "Nonesuch/World Circuit"
    ],
    "label_ids": [],
    "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"
}