Information about plays

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

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

{
    "id": 2680810,
    "uri": "https://api.kexp.org/v2/plays/2680810/?format=api",
    "airdate": "2020-01-01T12:36:17-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f609b36-f7b8-4a21-b201-05ecd07f7002/24866034944-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "e5e22de5-b1f5-31f9-8e1f-1a05829eb91b",
    "recording_id": null,
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "The Very Best of Fleetwood Mac",
    "release_id": "7f609b36-f7b8-4a21-b201-05ecd07f7002",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}