Information about plays

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

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

{
    "id": 349110,
    "uri": "https://api.kexp.org/v2/plays/349110/?format=api",
    "airdate": "2019-07-02T16:04:38-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/9c819e01-0f71-4786-8cc1-5bb5d405dfcb/22504221345-250.jpg",
    "thumbnail_uri": "",
    "song": "Please Won’t Please",
    "track_id": "b833cc39-c790-4786-9907-d47c7e0bc032",
    "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": "You can see Helado Negro for free on August 23rd as part of KEXP and Seattle Center's Concerts at the Mural series! Find out more here: https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}