Information about plays

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

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

{
    "id": 3421430,
    "uri": "https://api.kexp.org/v2/plays/3421430/?format=api",
    "airdate": "2024-11-04T20:54:54-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indian Salsa",
    "track_id": null,
    "recording_id": null,
    "artist": "Ali Sahir",
    "artist_ids": [
        "313deb85-66aa-4ae9-83eb-6dc352b15ce0"
    ],
    "album": "",
    "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": "Experience the unique blend of Indian and Latin music with Indian Salsa. Dive into the rhythmic beats of this South Asian fusion genre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}