Information about plays

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

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

{
    "id": 2682809,
    "uri": "https://api.kexp.org/v2/plays/2682809/?format=api",
    "airdate": "2020-01-06T10:14:33-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c6a8b5a-ad76-40fd-841e-198a43ac8695/10167435993-250.jpg",
    "thumbnail_uri": "",
    "song": "I Can't Stop",
    "track_id": "81a76fda-166a-35fb-8fb7-d28302bea22d",
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I Can't Stop",
    "release_id": "5c6a8b5a-ad76-40fd-841e-198a43ac8695",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2003-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I Can't Stop is the 27th studio album by American soul singer Al Green. It was produced by Willie Mitchell and was released through Blue Note Records on November the 18th 2003. The album was Green's first since 1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}