Information about plays

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

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

{
    "id": 2679599,
    "uri": "https://api.kexp.org/v2/plays/2679599/?format=api",
    "airdate": "2019-12-29T13:36:27-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/97678152-447e-439b-8aba-773fc4e8336b/2922157840-250.jpg",
    "thumbnail_uri": "",
    "song": "You Don’t Own the Road",
    "track_id": "13281568-722b-31f8-894d-4d0f19d27179",
    "recording_id": null,
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Blood Pressures",
    "release_id": "97678152-447e-439b-8aba-773fc4e8336b",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2011-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}