Information about plays

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

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

{
    "id": 3550183,
    "uri": "https://api.kexp.org/v2/plays/3550183/?format=api",
    "airdate": "2025-09-07T21:14:47-07:00",
    "show": 64503,
    "show_uri": "https://api.kexp.org/v2/shows/64503/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kindness",
    "track_id": null,
    "recording_id": "50b21905-a0a1-4f6e-b466-9d87c5ad5f4f",
    "artist": "Retromigration & Nephews",
    "artist_ids": [
        "f1ee919c-23e2-438a-885f-f661409a3f0d",
        "86f68295-e6b0-4690-ba50-de475602e3e7"
    ],
    "album": "LTDBLBL008",
    "release_id": null,
    "release_group_id": "334802de-a64d-4ce5-83ff-f4419f9461c1",
    "labels": [
        "Ltd, W/Lbl"
    ],
    "label_ids": [
        "4facaa1a-b7af-4c07-be2b-e57d2c934dda"
    ],
    "release_date": "2020-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}