Information about plays

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

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

{
    "id": 3413143,
    "uri": "https://api.kexp.org/v2/plays/3413143/?format=api",
    "airdate": "2024-10-15T22:59:01-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Is My Mind?",
    "track_id": null,
    "recording_id": "f56fc62d-df8a-4464-84b4-19cfda170f21",
    "artist": "Tkay Maidza",
    "artist_ids": [
        "e1811d3a-4631-4bfe-9b42-d0418524137e"
    ],
    "album": "Where Is My Mind?",
    "release_id": null,
    "release_group_id": "9f99453e-ec94-4201-afb2-2e4678a51d73",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2021-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tkay Maidza is a Zimbabwean-born Australian singer-songwriter and rapper, found here covering the famous Pixies track. https://tkaymaidza.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}