Information about plays

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

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

{
    "id": 3429229,
    "uri": "https://api.kexp.org/v2/plays/3429229/?format=api",
    "airdate": "2024-11-23T21:18:30-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "South East Santa",
    "track_id": null,
    "recording_id": "5ddb77e8-2340-4bdb-9224-9b3bc3e89e36",
    "artist": "Sexpill",
    "artist_ids": [
        "4b841630-f805-4a04-83b4-5bc0d0c33829"
    ],
    "album": "In Dust We Trust",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beach Impediment Records"
    ],
    "label_ids": [
        "6066b226-3a20-4d8a-8bf0-cf57d5a2ab1d"
    ],
    "release_date": "2023-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Houston, TX\n\nhttps://sexpill.bandcamp.com/album/in-dust-we-trust",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}