Information about plays

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

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

{
    "id": 3438187,
    "uri": "https://api.kexp.org/v2/plays/3438187/?format=api",
    "airdate": "2024-12-14T22:47:14-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nerve",
    "track_id": null,
    "recording_id": null,
    "artist": "Laughinng Sickness",
    "artist_ids": [],
    "album": "Infection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "another top 10 for me\n\n1st full length recording by Laughing Sickness from Nelson BC\n\nhttps://laughingsickness.bandcamp.com/album/infection\nhttps://www.kexp.org/read/2024/12/11/kexp-djs-top-albums-of-2024/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}