Information about plays

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

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

{
    "id": 3423847,
    "uri": "https://api.kexp.org/v2/plays/3423847/?format=api",
    "airdate": "2024-11-10T20:24:07-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need Ya'",
    "track_id": null,
    "recording_id": null,
    "artist": "Faces of Truth",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jay Fun"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1970s soul group from Louisville, Kentucky, Faces of Truth released \"I Need Ya\" in 1974 with \"Black Is\" as a B-side.\nBacking band Unhooked Generation.\nWritten by Charles Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}