Information about plays

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

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

{
    "id": 3416534,
    "uri": "https://api.kexp.org/v2/plays/3416534/?format=api",
    "airdate": "2024-10-24T02:17:20-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lyte Ghost Lil Mama",
    "track_id": null,
    "recording_id": null,
    "artist": "MC Lyte feat. Ghostface Killah & Lil Mama",
    "artist_ids": [],
    "album": "1 of 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From MC Lyte's new album. \"Lyte credits both LL COOL J and Nas for encouraging her to release new music.\" https://rockthebells.com/articles/mc-lyte-releases-new-album-1-of-1/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}