Information about plays

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

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

{
    "id": 382446,
    "uri": "https://api.kexp.org/v2/plays/382446/?format=api",
    "airdate": "2019-09-18T10:37:11-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/1592ceeb-3ac2-4321-9a11-0d025922f0cf/21783636173-250.jpg",
    "thumbnail_uri": "",
    "song": "Goodbye Girl",
    "track_id": "9625fe96-ac44-31e3-bec9-c160dfaa63bb",
    "recording_id": null,
    "artist": "Tarkio",
    "artist_ids": [
        "9b07f7a3-6d1a-4592-935c-4c0c798d6cea"
    ],
    "album": "Omnibus",
    "release_id": "1592ceeb-3ac2-4321-9a11-0d025922f0cf",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2006-01-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tarkio hails from Missoula, Montana. The band included Colin Meloy prior to his forming The Decemberists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}