Information about plays

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

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

{
    "id": 351669,
    "uri": "https://api.kexp.org/v2/plays/351669/?format=api",
    "airdate": "2019-07-08T10:35:55-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Goodbye Good",
    "track_id": "a0229dfa-a244-31dc-a01a-a421b60f8ad0",
    "recording_id": null,
    "artist": "The Promise Ring",
    "artist_ids": [
        "63a6fae8-d39e-4de6-bfd4-9bcbf489a565"
    ],
    "album": "Wood/Water",
    "release_id": "3d1bd31d-ba4a-4899-814a-ff88ef5c3eff",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2002-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}