Information about plays

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

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

{
    "id": 530782,
    "uri": "https://api.kexp.org/v2/plays/530782/?format=api",
    "airdate": "2002-03-24T23:05:50-08:00",
    "show": 9191,
    "show_uri": "https://api.kexp.org/v2/shows/9191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21C02KPXBSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21C02KPXBSL._SL75_.jpg",
    "song": "17 West",
    "track_id": "5eaf3888-0c06-435f-9591-fa15c8d84614",
    "recording_id": null,
    "artist": "Eric Dolphy",
    "artist_ids": [
        "badda5cf-f2c5-4dc2-b3d3-07467bdf0f71"
    ],
    "album": "Out There",
    "release_id": "39a1a930-c8d7-42aa-b7ac-a1a4c14601f0",
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "2006-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}