Information about plays

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

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

{
    "id": 2680865,
    "uri": "https://api.kexp.org/v2/plays/2680865/?format=api",
    "airdate": "2020-01-01T15:29:59-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a08fea5-34d2-3544-833b-894699a63818/2789597169-250.jpg",
    "thumbnail_uri": "",
    "song": "30 Century Man",
    "track_id": "d4806f95-e19e-3680-8f3b-28d629f56012",
    "recording_id": null,
    "artist": "Scott Walker",
    "artist_ids": [
        "99524243-dc2e-4bf3-82c0-72395391d21f"
    ],
    "album": "Scott 3",
    "release_id": "8a08fea5-34d2-3544-833b-894699a63818",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reclusive musician Scott Walker first became famous as a member of the 1960s trio The Walker Brothers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}