Information about plays

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

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

{
    "id": 2675702,
    "uri": "https://api.kexp.org/v2/plays/2675702/?format=api",
    "airdate": "2019-12-20T03:01:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come On Let's Go",
    "track_id": "43845301-59e4-4983-825b-f9efee1d7dce",
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "The Noise Made by People",
    "release_id": "427bbe0a-f4e0-419e-b8e5-e236a9ba3a89",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}