Information about plays

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

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

{
    "id": 2682331,
    "uri": "https://api.kexp.org/v2/plays/2682331/?format=api",
    "airdate": "2020-01-05T05:01:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a8475f7-6d1d-3ebb-8719-394a14d5f07c/2685058411-250.jpg",
    "thumbnail_uri": "",
    "song": "The Number Song",
    "track_id": "84b95a18-7ac6-36d9-820c-860d3dfd73e2",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "4a8475f7-6d1d-3ebb-8719-394a14d5f07c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metallica sampled on the legendary 1996 debut album from producer DJ Shadow: 'Endtroducing.' https://www.whosampled.com/sample/2105/DJ-Shadow-The-Number-Song-Metallica-Orion/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}