Information about plays

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

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

{
    "id": 3428833,
    "uri": "https://api.kexp.org/v2/plays/3428833/?format=api",
    "airdate": "2024-11-22T21:52:01-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Ghost",
    "track_id": null,
    "recording_id": "f37a82d0-d173-4bc8-9a2e-93c9bf8292ce",
    "artist": "Omah Lay",
    "artist_ids": [
        "b63bd4fd-2050-4c92-a237-576f6f6c97cb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omah Lay who featured with DJ TUNEZ on the hit PAMI Ft Wizkid.\nWith his darkly sparkling vocals, evocative storytelling, and contagious rhythms, Omah Lay is quickly becoming one of Nigeria’s most talked-about musical innovators.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}