Information about plays

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

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

{
    "id": 2680940,
    "uri": "https://api.kexp.org/v2/plays/2680940/?format=api",
    "airdate": "2020-01-01T19:19:13-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lavender Country",
    "track_id": "4d6fed78-ecec-4c9b-ae09-bc9b98a77ec2",
    "recording_id": null,
    "artist": "Lavender Country",
    "artist_ids": [
        "26153021-5c06-403d-b8a9-2f06f19090c1"
    ],
    "album": "Lavender Country",
    "release_id": "01eea8bb-6bca-407f-ac3b-704393fcff39",
    "release_group_id": null,
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [],
    "release_date": "2014-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reissue of the 1973 album that was funded and released by Gay Community Social Services of Seattle ;  https://lavendercountrymusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}