Information about plays

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

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

{
    "id": 2675100,
    "uri": "https://api.kexp.org/v2/plays/2675100/?format=api",
    "airdate": "2019-12-18T22:38:01-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "https://coverartarchive.org/release/7417f3df-c894-4ce2-a78e-25d8ef8f0116/24818734766-250.jpg",
    "thumbnail_uri": "",
    "song": "Please Be True",
    "track_id": "f8352c1f-6689-449e-a3f4-2a0a5dbd37bd",
    "recording_id": null,
    "artist": "The Whiffs",
    "artist_ids": [
        "a33b8982-e249-4fb1-8751-6b6863f59751"
    ],
    "album": "Another Whiff",
    "release_id": "7417f3df-c894-4ce2-a78e-25d8ef8f0116",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from this Kansas City band.  https://thewhiffs.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}