Information about plays

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

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

{
    "id": 3422549,
    "uri": "https://api.kexp.org/v2/plays/3422549/?format=api",
    "airdate": "2024-11-07T15:47:42-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-250.jpg",
    "song": "It Ain't Hard to Tell",
    "track_id": null,
    "recording_id": "b81d26cf-e5f4-4a72-8914-324686f9c302",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Illmatic",
    "release_id": null,
    "release_group_id": "28298e2c-4d70-3eed-a0f5-a3280c662b3d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It Ain't Hard to Tell\" samples Michael Jackson's 1983 hit single \"Human Nature\", \"N.T.\" by Kool & the Gang, \"Long Red\" by Mountain and \"Slow Dance\" by Stanley Clarke.\n--\n Nas talks with Harvard poetry professor Elisa New about the meaning behind lyrics in \"It Ain't Hard to Tell\": https://youtu.be/GdmtQDSZS5I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}