Information about plays

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

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

{
    "id": 3422518,
    "uri": "https://api.kexp.org/v2/plays/3422518/?format=api",
    "airdate": "2024-11-07T13:29:55-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get on Up",
    "track_id": null,
    "recording_id": "2a8fb78c-fafb-44a2-874e-4b5bd8b1e79e",
    "artist": "Jodeci",
    "artist_ids": [
        "ed7e12c4-0c08-477c-bd64-5eaa96b9f853"
    ],
    "album": "The Show, The After Party, The Hotel",
    "release_id": null,
    "release_group_id": "ca058b2b-d4c7-36ec-ba9b-2790c6d15513",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Get on Up\" contains a sample of the 1981 song from Quincy Jones featuring Toots Thielemans, \"Velas\".\n--\n“Get On Up” by Jodeci was written by K-Ci Hailey, JoJo Hailey & Dalvin DeGrate.\nHere's the video: https://www.youtube.com/watch?v=Sy6gPBix32k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}