Information about plays

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

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

{
    "id": 351607,
    "uri": "https://api.kexp.org/v2/plays/351607/?format=api",
    "airdate": "2019-07-08T07:18:58-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Choose Yourself",
    "track_id": "48081ff4-ed33-4ea1-8426-3e97c0e3402b",
    "recording_id": null,
    "artist": "Star Slinger",
    "artist_ids": [
        "4bf72a7b-0675-4d48-a4a0-03de57d1d6be"
    ],
    "album": "Choose Yourself",
    "release_id": "2767c366-0926-4eb7-ac45-6f406a999d24",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Star Slinger  is the stage name of Darren Williams, a British hip hop, house and electronic DJ and producer, hailing from Manchester, UK.  He says, \"the words spoken in 'Choose Yourself' are from the James Altucher book 'Choose Yourself,' sage practical advise from a guy who had it all and lost it all. He got back up & repeated that cycle several times and eventually found peace in the middle.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}