Information about plays

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

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

{
    "id": 2682535,
    "uri": "https://api.kexp.org/v2/plays/2682535/?format=api",
    "airdate": "2020-01-05T16:47:27-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed790ac9-8562-3192-adce-7aa890dab146/9673857743-250.jpg",
    "thumbnail_uri": "",
    "song": "Down by the Water",
    "track_id": "46ef554e-3772-3791-bbf9-2b262a5f4242",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}