Information about plays

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

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

{
    "id": 3417295,
    "uri": "https://api.kexp.org/v2/plays/3417295/?format=api",
    "airdate": "2024-10-25T23:07:06-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got 5 on It",
    "track_id": null,
    "recording_id": "4a65ac02-dd25-4075-8f97-8fa8e9fb6d3b",
    "artist": "Luniz",
    "artist_ids": [
        "a8863d65-6f1e-43b0-b480-7dd85fd8339e"
    ],
    "album": "The Very Best of Pure R&B: The Summer Collection",
    "release_id": null,
    "release_group_id": "269c01b3-f665-3e75-b034-ffde3e2ac765",
    "labels": [
        "Telstar TV"
    ],
    "label_ids": [
        "0b34f8f0-a4a5-46c4-81d0-b462939e6e6e"
    ],
    "release_date": "2002-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}