Information about plays

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

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

{
    "id": 488627,
    "uri": "https://api.kexp.org/v2/plays/488627/?format=api",
    "airdate": "2001-11-20T18:00:00-08:00",
    "show": 8365,
    "show_uri": "https://api.kexp.org/v2/shows/8365/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512wl3Iiv7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512wl3Iiv7L._SL75_.jpg",
    "song": "Guramayle",
    "track_id": "776aa075-b915-45fa-b4d0-7d07a503cea6",
    "recording_id": null,
    "artist": "Ejigayehu \"Gigi\" Shibabaw",
    "artist_ids": [
        "cc48bc25-869e-4cfa-b817-09838976ef36"
    ],
    "album": "Putumayo Presents: Music From The Coffee Lands II",
    "release_id": "62bba69c-db04-41a7-aa2f-161f3717fa6f",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}