Information about plays

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

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

{
    "id": 2682260,
    "uri": "https://api.kexp.org/v2/plays/2682260/?format=api",
    "airdate": "2020-01-05T00:17:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Submit to Death",
    "track_id": "2e9e6f21-adce-34d4-bd24-a0882eb4b505",
    "recording_id": null,
    "artist": "Grotesque",
    "artist_ids": [
        "e420c46a-2bd4-4939-a0c3-b4b10422d726"
    ],
    "album": "In the Embrace of Evil",
    "release_id": "db81308a-b5eb-4d39-8148-a1d37d23b5e2",
    "release_group_id": null,
    "labels": [
        "Black Sun Records"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Kristian Wahlin, also known as Necrolord, is the man who painted album covers for many bands like Emperor and Dissection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}