Information about plays

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

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

{
    "id": 376129,
    "uri": "https://api.kexp.org/v2/plays/376129/?format=api",
    "airdate": "2019-09-03T17:13:38-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thermometer",
    "track_id": "de3863c3-e4c6-4424-8d4b-f38f8e98258a",
    "recording_id": null,
    "artist": "Ezra Furman",
    "artist_ids": [
        "45fc1a1c-6b33-4a2b-b517-d8bca372b7b0"
    ],
    "album": "Twelve Nudes",
    "release_id": "6290da01-f2fc-49b9-b33e-1ee1f773c790",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“One of my goals in making music is to make the world seem bigger, and life seem larger. I want to be a force that tries to revive the human spirit rather than crush it, to open possibilities rather than close them down. Sometimes a passionate negativity is the best way to do that.” - Ezra Furman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}