Information about plays

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

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

{
    "id": 2678663,
    "uri": "https://api.kexp.org/v2/plays/2678663/?format=api",
    "airdate": "2019-12-27T05:23:02-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/f01097d5-8a73-3585-8c62-3831a3bd0db6/16096949332-250.jpg",
    "thumbnail_uri": "",
    "song": "Pretty (Ugly Before)",
    "track_id": "f6f35b99-1945-36e8-988c-90e0a81f2e16",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "From a Basement on the Hill",
    "release_id": "f01097d5-8a73-3585-8c62-3831a3bd0db6",
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}