Information about plays

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

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

{
    "id": 381343,
    "uri": "https://api.kexp.org/v2/plays/381343/?format=api",
    "airdate": "2019-09-15T19:58:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "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": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}