Information about plays

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

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

{
    "id": 2680184,
    "uri": "https://api.kexp.org/v2/plays/2680184/?format=api",
    "airdate": "2019-12-31T02:36:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hercules Theme",
    "track_id": "d14a92e9-88b7-3005-83c8-f2233151137c",
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "93c7e5e5-923c-36e3-939e-ce43e9dd6b62",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}