Information about plays

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

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

{
    "id": 3438340,
    "uri": "https://api.kexp.org/v2/plays/3438340/?format=api",
    "airdate": "2024-12-15T09:43:21-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Home To Your Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Theo Lawrence",
    "artist_ids": [
        "250b974a-f260-4db5-9496-bd1d7ad6f4f2"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tomika"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The French artist combines his own je-ne-sais-quoi with American honky tonk on this single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}