Information about plays

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

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

{
    "id": 2679053,
    "uri": "https://api.kexp.org/v2/plays/2679053/?format=api",
    "airdate": "2019-12-28T05:26:41-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3d10563-bc73-43b7-9721-dcc138cbb045/22997112263-250.jpg",
    "thumbnail_uri": "",
    "song": "You Have to Dance (Feet)",
    "track_id": "c427e493-8ef8-4b58-aea9-0a17aa4fc3d9",
    "recording_id": null,
    "artist": "Esperanza Spalding",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "12 Little Spells",
    "release_id": "d3d10563-bc73-43b7-9721-dcc138cbb045",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}