Information about plays

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

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

{
    "id": 345607,
    "uri": "https://api.kexp.org/v2/plays/345607/?format=api",
    "airdate": "2019-06-24T16:13:29-07:00",
    "show": 5763,
    "show_uri": "https://api.kexp.org/v2/shows/5763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuff Love",
    "track_id": "cd339665-f6b1-3d06-94a3-7c30f6190513",
    "recording_id": null,
    "artist": "Galactic with Trombone Shorty",
    "artist_ids": [
        "cae4fd51-4d58-4d48-92c1-6198cc2e45ed"
    ],
    "album": "From the Corner to the Block",
    "release_id": "4a78390d-aa6d-440a-902f-f840b0af2d03",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing @ Neptune Sunday, July 6! Grab a ticket here or keep listening because we've got two more pairs to give away! https://www.stgpresents.org/calendar/4750/trombone-shorty-orleans-avenue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}