Information about plays

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

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

{
    "id": 3429240,
    "uri": "https://api.kexp.org/v2/plays/3429240/?format=api",
    "airdate": "2024-11-23T21:48:30-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Grows Here",
    "track_id": null,
    "recording_id": null,
    "artist": "Special Interest",
    "artist_ids": [
        "cb0a7ee8-69fe-409c-85ae-820e3f1e46d4"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans, LA\n\nhttps://specialinterest.band/info\nhttps://specialinterestno.bandcamp.com/track/nothing-grows-here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}