Information about plays

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

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

{
    "id": 2680453,
    "uri": "https://api.kexp.org/v2/plays/2680453/?format=api",
    "airdate": "2019-12-31T15:42:22-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1ad0a4b-9ad5-44b8-bed4-187698e05dc2/16174220184-250.jpg",
    "thumbnail_uri": "",
    "song": "He's Simple, He's Dumb, He's the Pilot",
    "track_id": "571e0d46-bbd5-3d2b-9733-1f962ddcf488",
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "The Sophtware Slump",
    "release_id": "a1ad0a4b-9ad5-44b8-bed4-187698e05dc2",
    "release_group_id": null,
    "labels": [
        "Will Records"
    ],
    "label_ids": [
        "d1bed6b5-b508-4d4b-bd22-c88cf0bb890a"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}