Information about plays

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

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

{
    "id": 2670653,
    "uri": "https://api.kexp.org/v2/plays/2670653/?format=api",
    "airdate": "2019-12-08T15:44:00-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stupid Girl",
    "track_id": "ebe4e01d-c5a4-32ca-a393-b1f51fdf97c6",
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": "095d9b71-6d0d-3ed6-b07d-4b618c8749ac",
    "release_group_id": null,
    "labels": [
        "A&E Records"
    ],
    "label_ids": [],
    "release_date": "2003-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garbage will be at the White River Ampitheater on Jun 3, with Alanis Morissette and Liz Phair - three pioneering alt-rock acts of the '90s! whiteriveramphitheater.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}