Information about plays

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

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

{
    "id": 2674862,
    "uri": "https://api.kexp.org/v2/plays/2674862/?format=api",
    "airdate": "2019-12-18T10:08:22-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d2d4520-8297-4143-8700-4a0850f87cfc/6804248140-250.jpg",
    "thumbnail_uri": "",
    "song": "Hiding",
    "track_id": "8c41cee2-3cdb-3e1d-bd6f-c0f582b29a7a",
    "recording_id": null,
    "artist": "Breakestra",
    "artist_ids": [
        "ff031437-a78e-46f4-88a1-ab876bf0725d"
    ],
    "album": "Hit the Floor",
    "release_id": "3d2d4520-8297-4143-8700-4a0850f87cfc",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2005-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breakestra is a funk music project founded by Miles Tackett and based in Los Angeles, California. Breakestra was first formed in 1997 as a strictly live ensemble playing \"covers\" of funk, soul, and jazz breaks that had been sampled in late 1980s & early 1990s hip-hop seamlessly, blended into each other in the same style that early hip hop DJs would do in the pre-sampling days of the 1970s when they would DJ records at block parties.\nhttps://en.wikipedia.org/wiki/Breakestra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}