Information about plays

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

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

{
    "id": 2681342,
    "uri": "https://api.kexp.org/v2/plays/2681342/?format=api",
    "airdate": "2020-01-02T19:53:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Go Borrowin' Trouble",
    "track_id": "d1386f74-4ec9-3d32-b5f3-cf2a4c0a7358",
    "recording_id": null,
    "artist": "Elizabeth Cook",
    "artist_ids": [],
    "album": "Balls",
    "release_id": "9f50be2a-8cb7-4015-8089-f154bad1b5f2",
    "release_group_id": null,
    "labels": [
        "31 Tigers Records"
    ],
    "label_ids": [],
    "release_date": "2007-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}