Information about plays

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

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

{
    "id": 3630892,
    "uri": "https://api.kexp.org/v2/plays/3630892/?format=api",
    "airdate": "2026-03-19T04:30:02-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Your Girl",
    "track_id": null,
    "recording_id": "3a5ba360-7b67-4708-a6d1-95a8f695ebd7",
    "artist": "Teedra Moses",
    "artist_ids": [
        "ddb56ce5-c44d-4658-91a5-fa896be79ce9"
    ],
    "album": "Complex Simplicity",
    "release_id": null,
    "release_group_id": "afe78f96-6cd7-38c5-978b-bbd70aafdbc7",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2004-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul singer Teedra Moses sampled Ahmad Jamal's \"The Awakening\" for \"Be Your Girl.\"\n--\nHere's the official music video for \"Be Your Girl\": https://www.youtube.com/watch?v=1DlXyONrkjc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}