Information about plays

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

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

{
    "id": 2682062,
    "uri": "https://api.kexp.org/v2/plays/2682062/?format=api",
    "airdate": "2020-01-04T14:21:46-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/e81ad268-eaa0-432f-97be-69108790f54a/24764196018-250.jpg",
    "thumbnail_uri": "",
    "song": "This Is the Sea",
    "track_id": "fed7a887-02cc-3387-b93f-85c671550f2c",
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "The Whole of the Moon: The Music of Mike Scott and The Waterboys",
    "release_id": "e81ad268-eaa0-432f-97be-69108790f54a",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}