Information about plays

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

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

{
    "id": 2682215,
    "uri": "https://api.kexp.org/v2/plays/2682215/?format=api",
    "airdate": "2020-01-04T22:45:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misfit",
    "track_id": "2bc596ca-f88e-4a2d-80a3-b018e96ad355",
    "recording_id": null,
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Outtakes (1979-1983)",
    "release_id": "d55a235f-e46b-4e4f-a456-57c69d3697b0",
    "release_group_id": null,
    "labels": [
        "Zeno Records"
    ],
    "label_ids": [],
    "release_date": "2002-10-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Remastered version released on Jackpot Records in 2010.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}