Information about plays

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

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

{
    "id": 353635,
    "uri": "https://api.kexp.org/v2/plays/353635/?format=api",
    "airdate": "2019-07-12T22:32:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tron Song",
    "track_id": "01d4991e-36d0-3480-9b31-a73c31f52f6a",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Apocalypse",
    "release_id": "08ec762d-272f-438a-8c20-3998fa24dfac",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [],
    "release_date": "2013-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream all of Thundercat's music on ninjatune.net/artist/thundercat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}