Information about plays

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

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

{
    "id": 2676647,
    "uri": "https://api.kexp.org/v2/plays/2676647/?format=api",
    "airdate": "2019-12-22T05:41:42-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c819e01-0f71-4786-8cc1-5bb5d405dfcb/22504221345-250.jpg",
    "thumbnail_uri": "",
    "song": "Sabana de luz",
    "track_id": "5ae7a397-f9e3-42cc-b276-a618c67e0ef6",
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "This Is How You Smile",
    "release_id": "9c819e01-0f71-4786-8cc1-5bb5d405dfcb",
    "release_group_id": null,
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the bandcamp: \"Helado Negro returns with This Is How You Smile, an album that freely flickers between clarity and obscurity, past and present geographies, bright and unhurried seasons.\" https://heladonegro.bandcamp.com/album/this-is-how-you-smile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}