Information about plays

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

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

{
    "id": 2680932,
    "uri": "https://api.kexp.org/v2/plays/2680932/?format=api",
    "airdate": "2020-01-01T18:57:09-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Rate",
    "track_id": null,
    "recording_id": null,
    "artist": "Lefty Bachelor",
    "artist_ids": [],
    "album": "Small Town Country",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Review of this great compilation of nearly forgotten Texas artists: http://therecoup.com/2015/09/24/various-artists-small-town-country-vol-1-orion-read ; more info: http://lightintheattic.net/releases/1946-small-town-country-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}