Information about plays

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

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

{
    "id": 3412527,
    "uri": "https://api.kexp.org/v2/plays/3412527/?format=api",
    "airdate": "2024-10-14T12:21:04-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pirates of the Mediterranean (feat. Duraid Liddawi)",
    "track_id": null,
    "recording_id": "ec3a6c2c-649f-463a-837f-c7a5bf232f3e",
    "artist": "Kayaan",
    "artist_ids": [
        "5b332354-8a61-4cab-b372-00ff9d71c4a2"
    ],
    "album": "InJazz (Wednesday)",
    "release_id": null,
    "release_group_id": "d9e16fd8-7ac3-40bd-9372-becce59276a1",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KAYAAN (\"existence\" in Arabic) is a band, founded and produced by pianist Christian Mueller, is an international music project that blends Arabic Hip Hop with Western Jazz. The group features three rappers from Palestine as well as six jazz musicians and a female vocalist from Switzerland.\nhttps://kayaan.bandcamp.com/album/wednesday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}