Information about plays

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

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

{
    "id": 2677632,
    "uri": "https://api.kexp.org/v2/plays/2677632/?format=api",
    "airdate": "2019-12-24T18:21:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surena",
    "track_id": null,
    "recording_id": null,
    "artist": "Black String",
    "artist_ids": [
        "7ec9c010-bd4c-490b-a5ce-71ebdde70e12"
    ],
    "album": "Karma",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ACT"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The South Korean quartet led by geomungo (traditional Korean zither) player Yoon Jeong Heo takes stylistic building blocks from traditional Asian music, jazz, blues and rock, and from electronica too. The new album \"Karma\" represents a modern, global kind of music. Whereas it knows no borders.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}