Information about plays

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

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

{
    "id": 2683192,
    "uri": "https://api.kexp.org/v2/plays/2683192/?format=api",
    "airdate": "2020-01-07T09:13:31-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/573017b1-a1b6-355c-83a2-06cb344cd932/5052967860-250.jpg",
    "thumbnail_uri": "",
    "song": "(White Man) In Hammersmith Palais",
    "track_id": "78f05292-ab74-3fab-8f9a-6acc6a103f04",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": "573017b1-a1b6-355c-83a2-06cb344cd932",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's an \"official video\" with some great vintage live footage: https://bit.ly/2N3hzi4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}