Information about plays

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

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

{
    "id": 2680446,
    "uri": "https://api.kexp.org/v2/plays/2680446/?format=api",
    "airdate": "2019-12-31T15:16:34-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/eec40590-f7f8-48ff-a3cb-0a4aab5aad30/6223485528-250.jpg",
    "thumbnail_uri": "",
    "song": "Paid in Full (Seven Minutes of Madness - The Coldcut remix)",
    "track_id": "464182ef-72a8-3480-bfc6-4e1e2328d4ae",
    "recording_id": null,
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "eec40590-f7f8-48ff-a3cb-0a4aab5aad30",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}