Information about plays

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

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

{
    "id": 2681097,
    "uri": "https://api.kexp.org/v2/plays/2681097/?format=api",
    "airdate": "2020-01-02T04:58:56-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Different Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Marine Girls",
    "artist_ids": [],
    "album": "Lazy Ways",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing my Lazy Ways in 2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}