Information about plays

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

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

{
    "id": 3421592,
    "uri": "https://api.kexp.org/v2/plays/3421592/?format=api",
    "airdate": "2024-11-05T04:55:59-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e5f4d1f-499b-40a4-8267-192b97fe4aa3/37093503744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e5f4d1f-499b-40a4-8267-192b97fe4aa3/37093503744-250.jpg",
    "song": "Solace",
    "track_id": null,
    "recording_id": "3caae79f-0bf9-4e37-97e3-18c5ea45668f",
    "artist": "Uncle Waffles feat. Ice Beats Slide",
    "artist_ids": [
        "aec7779a-aa40-4b6e-8764-bd64b0500caf",
        "81ee9315-3482-4888-bea3-01c396676996"
    ],
    "album": "Solace",
    "release_id": null,
    "release_group_id": "a996dfdb-e80c-423e-95ca-30cbe2afd3e4",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=ld8BFbJ_N8o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}