Information about plays

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

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

{
    "id": 2682844,
    "uri": "https://api.kexp.org/v2/plays/2682844/?format=api",
    "airdate": "2020-01-06T12:25:16-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Captain Easychord",
    "track_id": "68177ce8-9d0d-4679-b9a5-13f13c7081ef",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Sound-Dust",
    "release_id": "bd614466-0834-47f1-9cfb-a56de5d67697",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereolab are among the most innovative bands of the 1990s. Led by Tim Gane and Laetitia Sadier, the band have stretched their surreal blend of droning electronics, motorik rock, avant pop, and dreamy French vocals across dozens of records. Dive deep into the history of the band here: https://bit.ly/36vb27w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}