Information about plays

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

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

{
    "id": 379502,
    "uri": "https://api.kexp.org/v2/plays/379502/?format=api",
    "airdate": "2019-09-11T09:50:40-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9b0e904-02f9-4d06-b76f-f8ac3bf4b56f/5936449599-250.jpg",
    "thumbnail_uri": "",
    "song": "Leaving New York",
    "track_id": "66ebd109-8cb3-3fc0-a43a-fa3daeded95c",
    "recording_id": null,
    "artist": "B. Dolan",
    "artist_ids": [
        "65b041f4-3cef-4d8a-80cc-22ad62e10fff"
    ],
    "album": "Fallen House, Sunken City",
    "release_id": "b9b0e904-02f9-4d06-b76f-f8ac3bf4b56f",
    "release_group_id": null,
    "labels": [
        "Strange Famous Records"
    ],
    "label_ids": [
        "91b3c431-8d3a-43c5-909d-c2f3380bd8db"
    ],
    "release_date": "2010-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B. Dolan was living in NYC and was changed by the 9/11 terrorist attack: \"It’d be hard to overstate how much I changed after that day. Musically, spiritually, and in my approach to life, art and activism...\" - https://bit.ly/2lJhJjW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}