Information about plays

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

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

{
    "id": 1339191,
    "uri": "https://api.kexp.org/v2/plays/1339191/?format=api",
    "airdate": "2008-02-15T18:28:35-08:00",
    "show": 23398,
    "show_uri": "https://api.kexp.org/v2/shows/23398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cadillac Man",
    "track_id": "25a1ce83-123d-4af0-8fd7-285ea43c323b",
    "recording_id": null,
    "artist": "The Jesters",
    "artist_ids": [
        "a887bfde-e3a9-45cb-a896-7572d1289c69"
    ],
    "album": "The Sun Records Collection (disc 3)",
    "release_id": "0cf99894-179c-47e3-8023-46eae5d245d5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}