Information about plays

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

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

{
    "id": 2683288,
    "uri": "https://api.kexp.org/v2/plays/2683288/?format=api",
    "airdate": "2020-01-07T12:58:28-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd0ae5a6-d649-4315-a363-9f85ddbb1827/16831508964.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd0ae5a6-d649-4315-a363-9f85ddbb1827/16831508964-250.jpg",
    "song": "These Boots Are Made for Walkin’",
    "track_id": null,
    "recording_id": "ccba168d-bcfe-4564-a9e1-8cacc3307545",
    "artist": "Nancy Sinatra",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67"
    ],
    "album": "Boots",
    "release_id": null,
    "release_group_id": "931e62e5-6cbf-3a36-a54f-c230e67d7b6b",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"These Boots Are Made for Walkin'\" is a hit song written by Lee Hazlewood and recorded by Nancy Sinatra.: https://www.youtube.com/watch?v=SbyAZQ45uww",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}