Information about plays

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

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

{
    "id": 377348,
    "uri": "https://api.kexp.org/v2/plays/377348/?format=api",
    "airdate": "2019-09-06T06:08:25-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/60099c4e-cafc-32b6-b239-7bcd22e4baac/6081818299-250.jpg",
    "thumbnail_uri": "",
    "song": "Once in a Lifetime",
    "track_id": "16bcf5fb-46ca-3ead-a36d-e82b348d2415",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Stop Making Sense",
    "release_id": "60099c4e-cafc-32b6-b239-7bcd22e4baac",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Talking Heads' 1980 song \"Once in a Lifetime\" is one of the most durable songs of its era.  Watch and listen to numerous interpretations -- via remixes, covers, mash-ups, samples and live takes.: https://diffuser.fm/talking-heads-once-in-a-lifetime-versions/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}