Information about plays

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

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

{
    "id": 2680724,
    "uri": "https://api.kexp.org/v2/plays/2680724/?format=api",
    "airdate": "2020-01-01T07:51:00-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1999",
    "track_id": "d3af3ab5-c4b7-4ed2-9ee0-d8f492260282",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "001ec884-4f1a-4a2e-ad95-fe38a06d835a",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}