Information about plays

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

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

{
    "id": 376960,
    "uri": "https://api.kexp.org/v2/plays/376960/?format=api",
    "airdate": "2019-09-05T09:51:35-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea083250-4a48-4e78-afb6-d5b0c4695f68/19964103461-250.jpg",
    "thumbnail_uri": "",
    "song": "Strangler",
    "track_id": "6b294af1-a736-3372-97e8-4346c4c6eecd",
    "recording_id": null,
    "artist": "Calla",
    "artist_ids": [
        "c1741e51-aa6b-43db-af02-e0901a49db49"
    ],
    "album": "Televise",
    "release_id": "ea083250-4a48-4e78-afb6-d5b0c4695f68",
    "release_group_id": null,
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "release_date": "2003-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Calla is an NYC band that formed in 1997, and the last full-length album we've seen from them was 'Strength in Numbers' in 2007",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}