Information about plays

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

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

{
    "id": 2683153,
    "uri": "https://api.kexp.org/v2/plays/2683153/?format=api",
    "airdate": "2020-01-07T06:53:47-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/e36680bb-a17f-4996-b7d5-1b3ca12eeb42/10753401641-250.jpg",
    "thumbnail_uri": "",
    "song": "Under Your Spell",
    "track_id": "037d84fc-97e7-453e-81e6-370961daab60",
    "recording_id": null,
    "artist": "Desire",
    "artist_ids": [
        "9dae8dff-0c54-4019-a6f2-667890ad9878"
    ],
    "album": "Drive: Original Motion Picture Soundtrack",
    "release_id": "e36680bb-a17f-4996-b7d5-1b3ca12eeb42",
    "release_group_id": null,
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}