Information about plays

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

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

{
    "id": 2677711,
    "uri": "https://api.kexp.org/v2/plays/2677711/?format=api",
    "airdate": "2019-12-24T23:15:04-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "https://coverartarchive.org/release/1073abfc-768e-455b-9937-9b41b923c746/6891382727-250.jpg",
    "thumbnail_uri": "",
    "song": "Shudder / King of Snake",
    "track_id": "df60ae3b-da6e-30b0-b3ac-07570d9c1a5e",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Beaucoup Fish",
    "release_id": "1073abfc-768e-455b-9937-9b41b923c746",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}