Information about plays

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

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

{
    "id": 3554467,
    "uri": "https://api.kexp.org/v2/plays/3554467/?format=api",
    "airdate": "2025-09-18T04:52:24-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/78e7fe6d-e5ed-3d79-a79d-a8347d80e480/34168309480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78e7fe6d-e5ed-3d79-a79d-a8347d80e480/34168309480-250.jpg",
    "song": "Mr Telephone Man",
    "track_id": null,
    "recording_id": "1acc8755-28db-47e2-baa5-02f0b8d4a15c",
    "artist": "New Edition",
    "artist_ids": [
        "b4b94b15-1535-48a4-aa1e-d44e55d75bc5"
    ],
    "album": "New Edition",
    "release_id": null,
    "release_group_id": "101023a7-73e9-35ff-8b93-7399391ef58d",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}