Information about plays

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

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

{
    "id": 2680781,
    "uri": "https://api.kexp.org/v2/plays/2680781/?format=api",
    "airdate": "2020-01-01T10:58:31-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Change Is Gonna Come",
    "track_id": "54480433-c62f-316d-8750-155ba3c09aa7",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "I Never Loved a Man the Way I Love You",
    "release_id": "6ceb8e5a-76f1-3438-b9f1-424679504639",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}