Information about plays

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

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

{
    "id": 349293,
    "uri": "https://api.kexp.org/v2/plays/349293/?format=api",
    "airdate": "2019-07-02T23:16:02-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Years Ago Today",
    "track_id": "2ab7339a-6b7a-337c-a91b-5017666266eb",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Ultimate Alternative Wavers",
    "release_id": "4ccef9b6-e013-33e0-98b0-d5eb2536b244",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}