Information about plays

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

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

{
    "id": 3554779,
    "uri": "https://api.kexp.org/v2/plays/3554779/?format=api",
    "airdate": "2025-09-18T23:28:12-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stone Cold Gentleman (7'' edit)",
    "track_id": null,
    "recording_id": "0d3a0f7a-98b5-4d4f-9be3-5fea19986e6d",
    "artist": "Ralph Tresvant",
    "artist_ids": [
        "de2ddcdd-66ff-487c-9537-560153200a4e"
    ],
    "album": "Stone Cold Gentleman",
    "release_id": null,
    "release_group_id": "a3f603f3-913f-4714-9892-cfa064fb237f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}