Information about plays

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

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

{
    "id": 2683033,
    "uri": "https://api.kexp.org/v2/plays/2683033/?format=api",
    "airdate": "2020-01-06T23:41:36-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fde29c4-4230-4680-9667-359d33aed38d/23915484093-250.jpg",
    "thumbnail_uri": "",
    "song": "Hope Is a Dangerous Thing for a Woman Like Me to Have - But I Have It",
    "track_id": "e20e6c98-ea41-460c-be8f-b1e50bd469d0",
    "recording_id": null,
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Norman Fucking Rockwell!",
    "release_id": "7fde29c4-4230-4680-9667-359d33aed38d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}