Information about plays

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

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

{
    "id": 356722,
    "uri": "https://api.kexp.org/v2/plays/356722/?format=api",
    "airdate": "2019-07-20T02:32:12-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "http://coverartarchive.org/release/f57b1c94-231b-4302-a73d-7d6c4d389942/23592659921-250.jpg",
    "thumbnail_uri": "",
    "song": "Gabriel's Groove",
    "track_id": "71ad5146-7d7f-4cd3-b307-3177b410b095",
    "recording_id": null,
    "artist": "Tuxedo feat. Gabriel Garzón-Montano",
    "artist_ids": [
        "4cc212e1-0c06-4675-9c8b-bf6c4fb05769"
    ],
    "album": "Tuxedo III",
    "release_id": "f57b1c94-231b-4302-a73d-7d6c4d389942",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}