Information about plays

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

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

{
    "id": 375500,
    "uri": "https://api.kexp.org/v2/plays/375500/?format=api",
    "airdate": "2019-09-02T05:46:47-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5780fbc-839e-418b-b7af-086d4af7d9b0/23818092774-250.jpg",
    "thumbnail_uri": "",
    "song": "Flourish feat. Angel Bat Dawid",
    "track_id": "e195ccc4-98d8-424d-b938-3568ce7d4096",
    "recording_id": null,
    "artist": "Tensei & A. Billi Free",
    "artist_ids": [
        "e9542673-d611-44e2-846a-8445f54bae8f"
    ],
    "album": "I Luma",
    "release_id": "b5780fbc-839e-418b-b7af-086d4af7d9b0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}