Information about plays

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

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

{
    "id": 2677001,
    "uri": "https://api.kexp.org/v2/plays/2677001/?format=api",
    "airdate": "2019-12-23T04:18:03-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "https://coverartarchive.org/release/950bd0c3-ac66-3816-b30b-5fa0fceb5abe/3487664345-250.jpg",
    "thumbnail_uri": "",
    "song": "Gling Gló",
    "track_id": "a0fff099-049d-3986-a28a-f0da7dfd534d",
    "recording_id": null,
    "artist": "Björk & Tríó Guðmundar Ingólfssonar",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Gling‐Gló",
    "release_id": "950bd0c3-ac66-3816-b30b-5fa0fceb5abe",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}