Information about plays

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

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

{
    "id": 381990,
    "uri": "https://api.kexp.org/v2/plays/381990/?format=api",
    "airdate": "2019-09-17T13:08:20-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/09d5b61d-d9d4-4d78-9b63-c07039ddef92/15930532400-250.jpg",
    "thumbnail_uri": "",
    "song": "Forecast Fascist Future",
    "track_id": "66bfe3b1-6daf-35cc-994e-f0ff25beb3a7",
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "The Sunlandic Twins",
    "release_id": "09d5b61d-d9d4-4d78-9b63-c07039ddef92",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2005-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...In view of wan wordless crowds that chase waifs to spires with fiery plumes....\"  You'll probably want to know everything that's said in this song: https://songmeanings.com/songs/view/3530822107858542358/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}