Information about plays

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

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

{
    "id": 3437340,
    "uri": "https://api.kexp.org/v2/plays/3437340/?format=api",
    "airdate": "2024-12-12T22:59:21-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rifle Love",
    "track_id": null,
    "recording_id": "2ec5f2ef-159b-4871-8148-eaf2f2f0d20e",
    "artist": "Raphael Saadiq feat. Lucy Pearl & Tony Toni Tone",
    "artist_ids": [
        "a2eb319d-a45e-43c3-bb14-d0ffb577222c",
        "35e3200c-a82c-4357-910e-76b1a9cbaf05",
        "511562a6-c381-44df-9bc4-27be779716b8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}