Information about plays

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

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

{
    "id": 351600,
    "uri": "https://api.kexp.org/v2/plays/351600/?format=api",
    "airdate": "2019-07-08T06:54:16-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/929e0437-c744-4f9a-b956-1f9e06deb906/23284761574-250.jpg",
    "thumbnail_uri": "",
    "song": "Love… Thy Will Be Done",
    "track_id": "a174f850-bc55-46dc-97c8-6e06eb6b087c",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Originals",
    "release_id": "929e0437-c744-4f9a-b956-1f9e06deb906",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was a big hit for Martika.  Here, she explains how Prince crafted the song: https://prince.org/msg/5/383455",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}