Information about plays

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

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

{
    "id": 2683304,
    "uri": "https://api.kexp.org/v2/plays/2683304/?format=api",
    "airdate": "2020-01-07T13:41:16-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like Sugar",
    "track_id": null,
    "recording_id": "3edf99dd-9352-4180-813a-a338408ca887",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Like Sugar",
    "release_id": null,
    "release_group_id": "1b5c942c-60fe-4ba1-b2b3-10708349bd21",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2018-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2018's \"Like Sugar\" was the Queen of Funk’s first track in over a decade.  Watch the wonderful dancing in the official video:  https://www.youtube.com/watch?v=RecY5iZn6B0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}