Information about plays

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

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

{
    "id": 2670598,
    "uri": "https://api.kexp.org/v2/plays/2670598/?format=api",
    "airdate": "2019-12-08T12:21:21-08:00",
    "show": 46103,
    "show_uri": "https://api.kexp.org/v2/shows/46103/?format=api",
    "image_uri": "https://coverartarchive.org/release/488ea3c5-0615-452d-96e4-c2b7e13fda50/22168031137-250.jpg",
    "thumbnail_uri": "",
    "song": "Bloodless",
    "track_id": "3c56fa4c-eea3-4a69-be94-e73a2ed297dc",
    "recording_id": null,
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "My Finest Work Yet",
    "release_id": "488ea3c5-0615-452d-96e4-c2b7e13fda50",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Bird wrote about this single last year: \"We find ourselves in a cold civil war. Everyone is playing their part too well. Certain actors are reaping power and wealth from divisiveness. Echoes of the Spanish civil war when fascists and clergy win because they put up a united front against the individualistic and principled (yet scattered) left. We can turn this ship around, but need to step back and be honest with ourselves about what's happening while it's still relatively bloodless.\" http://www.andrewbird.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}