Information about plays

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

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

{
    "id": 2681418,
    "uri": "https://api.kexp.org/v2/plays/2681418/?format=api",
    "airdate": "2020-01-02T23:43:55-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a/6139415263-250.jpg",
    "thumbnail_uri": "",
    "song": "1999",
    "track_id": "4986d478-a53c-35ef-8c32-c168165770d2",
    "recording_id": null,
    "artist": "Common feat. Sadat X",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Rawkus Records: Best of Decade I (1995-2005)",
    "release_id": "0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One-Nine-Nine-Nine\"/\"Like They Used to Say\" is a double A-Side single by rapper Common. The song features an introduction by Talib Kweli, guest rapping by Sadat X and production by Hi-Tek.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}