Information about plays

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

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

{
    "id": 2681495,
    "uri": "https://api.kexp.org/v2/plays/2681495/?format=api",
    "airdate": "2020-01-03T04:19:00-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ou es-tu, mon amour? (Where Are You, My Love?)",
    "track_id": "0a37a126-8fc7-36d1-9e18-aa2da0ef33e8",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Teatro",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1998-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}