Information about plays

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

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

{
    "id": 2681185,
    "uri": "https://api.kexp.org/v2/plays/2681185/?format=api",
    "airdate": "2020-01-02T10:10:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's A Love Thing",
    "track_id": "89f8d8b6-8bf6-44f1-a4a8-e542a0c0f306",
    "recording_id": null,
    "artist": "The Whispers",
    "artist_ids": [
        "2e7afe0c-ec52-4c1d-9413-5d40f77922c7"
    ],
    "album": "Anthology",
    "release_id": "13ff47f1-9eed-409f-9a8d-386c424e431a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The look in your eyes\nIs more than enough\nTo make my poor heart\nBurst into flames\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}