Information about plays

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

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

{
    "id": 2676792,
    "uri": "https://api.kexp.org/v2/plays/2676792/?format=api",
    "airdate": "2019-12-22T14:03:58-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "https://coverartarchive.org/release/353704b1-1868-4588-a19f-d7423a486e07/15273330827-250.jpg",
    "thumbnail_uri": "",
    "song": "Constructive Summer",
    "track_id": "fdbb473b-7cd6-32b9-9825-2f805eefd2d1",
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Stay Positive",
    "release_id": "353704b1-1868-4588-a19f-d7423a486e07",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2008-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raise a toast to Saint Joe Strummer. I think he might have been our only decent teacher.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}