Information about plays

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

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

{
    "id": 2680816,
    "uri": "https://api.kexp.org/v2/plays/2680816/?format=api",
    "airdate": "2020-01-01T12:58:04-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/42a13e3e-0925-4cf2-af87-c5800cdeeb80/15361661827-250.jpg",
    "thumbnail_uri": "",
    "song": "Kirby",
    "track_id": "22e7902d-4014-4e88-a82c-2882bea579ce",
    "recording_id": null,
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "The Impossible Kid",
    "release_id": "42a13e3e-0925-4cf2-af87-c5800cdeeb80",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2016-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}