Information about plays

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

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

{
    "id": 2682690,
    "uri": "https://api.kexp.org/v2/plays/2682690/?format=api",
    "airdate": "2020-01-06T03:31:18-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/7dfc6b96-e9d8-455d-88aa-fd8c6e3b187f/24954416080-250.jpg",
    "thumbnail_uri": "",
    "song": "Our Quiet Whisper",
    "track_id": "840cf216-e636-407b-962e-d2aae567398e",
    "recording_id": null,
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "All in Good Time",
    "release_id": "7dfc6b96-e9d8-455d-88aa-fd8c6e3b187f",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}