Information about plays

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

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

{
    "id": 3429236,
    "uri": "https://api.kexp.org/v2/plays/3429236/?format=api",
    "airdate": "2024-11-23T21:37:06-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ad4177c-50fa-4706-861a-7c89e4fa925b/37638510408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ad4177c-50fa-4706-861a-7c89e4fa925b/37638510408-250.jpg",
    "song": "Nowhere to Belong",
    "track_id": null,
    "recording_id": null,
    "artist": "Cruelle",
    "artist_ids": [
        "6e721e7b-0590-44c8-a56a-1128f73c026d"
    ],
    "album": "demo",
    "release_id": null,
    "release_group_id": "6e5e8a82-1ef0-4326-84a6-9354bf7dc40e",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal, Québec\n\nSolo project by émilie of ACTION SÉDITION & TENAZ\n\nhttps://awd-tapes.bandcamp.com/album/demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}