Information about plays

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

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

{
    "id": 342501,
    "uri": "https://api.kexp.org/v2/plays/342501/?format=api",
    "airdate": "2019-06-17T08:53:55-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fisherman's Blues",
    "track_id": "2b11d630-cff6-3ff2-a2d9-97447c698efa",
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "Fisherman's Blues",
    "release_id": "095ed66b-7ea3-44e1-a422-a2d630b29eac",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Scott said that he'll \"never forget writing this song.\" He said: \"I had all my writing on pieces of paper. I was fixing the papers, and the song needed a third verse. I had had the first two verses for about six or eight weeks, so I wrote the third verse in the studio. The music got written that day in the studio as well. I had the chords, but the tone of the song came from Steve Wickham's fiddle accompaniment.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}