Information about plays

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

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

{
    "id": 3410028,
    "uri": "https://api.kexp.org/v2/plays/3410028/?format=api",
    "airdate": "2024-10-08T13:08:28-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Trap",
    "track_id": null,
    "recording_id": "35864f75-cdc1-4fbc-b259-f564893fc7b0",
    "artist": "R.M.F.C.",
    "artist_ids": [
        "9f6916c2-9e8f-43f3-bad8-faf6b401a690"
    ],
    "album": "Club Hits",
    "release_id": null,
    "release_group_id": "5557e903-1fcb-4421-b35c-c7ccb838c70e",
    "labels": [
        "ANTI FADE records"
    ],
    "label_ids": [
        "c32f8eee-9c16-429a-93ac-acc0a949e62a"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from R.M.F.C! R.M.F.C. (or Rock Music Fan Club) is the bedroom recording project of New South Wales teen Buz Clatworthy\n\nListen to more from the album here:\nhttps://rockmusicfanclub.bandcamp.com/album/club-hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}