Information about plays

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

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

{
    "id": 2682231,
    "uri": "https://api.kexp.org/v2/plays/2682231/?format=api",
    "airdate": "2020-01-04T23:12:52-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "https://coverartarchive.org/release/573017b1-a1b6-355c-83a2-06cb344cd932/5052967860-250.jpg",
    "thumbnail_uri": "",
    "song": "Hate & War",
    "track_id": "1bfecd98-2d4b-3584-bf2b-314c95e4c939",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}