Information about plays

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

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

{
    "id": 347319,
    "uri": "https://api.kexp.org/v2/plays/347319/?format=api",
    "airdate": "2019-06-28T06:53:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Set Adrift on Memory Bliss (extended mix)",
    "track_id": "af07e5d0-c661-3f3b-9247-966694259ea4",
    "recording_id": null,
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Set Adrift on Memory Bliss",
    "release_id": "9b3ee992-06cc-4809-8a0f-cd1c2c16b233",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This samples \"True\" by Spandau Ballet, and it also incorporates elements of the song \"Ashley's Roachclip\" by The Soul Searchers, which was a beat found on many R&B/Rap songs of the late '80s and early '90s. In the video, Tony Hadley (the lead singer of Spandau Ballet) is seen falling into a pool wearing the suit seen in the \"True\" video:https://www.youtube.com/watch?v=0AOVf9p9ht4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}