Information about plays

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

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

{
    "id": 2682473,
    "uri": "https://api.kexp.org/v2/plays/2682473/?format=api",
    "airdate": "2020-01-05T13:07:36-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e5856d2-359c-4520-bb16-f5b9773e4b97/10013204547-250.jpg",
    "thumbnail_uri": "",
    "song": "The City",
    "track_id": "535a70dc-023e-3714-8035-0de7cc659f3c",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "The Town and the City",
    "release_id": "5e5856d2-359c-4520-bb16-f5b9773e4b97",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three night gig at The Triple Door, January 8, 9, and 10. http://www.loslobos.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}