Information about plays

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

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

{
    "id": 2681096,
    "uri": "https://api.kexp.org/v2/plays/2681096/?format=api",
    "airdate": "2020-01-02T04:55:37-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luck Is There to Be Pushed",
    "track_id": "352b4fb1-704c-425c-8fa9-fe05823c243f",
    "recording_id": null,
    "artist": "Spectrals",
    "artist_ids": [
        "20afbf5f-119a-47da-9903-f618ce3709ed"
    ],
    "album": "Bad Penny",
    "release_id": "3908124f-0b58-4ad4-8bf8-2c3bf1995031",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2011-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2011 fave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}