Information about plays

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

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

{
    "id": 3412443,
    "uri": "https://api.kexp.org/v2/plays/3412443/?format=api",
    "airdate": "2024-10-14T07:35:34-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Win",
    "track_id": null,
    "recording_id": "c2620916-a1e7-4dd4-91bb-988498258b10",
    "artist": "LABRYS",
    "artist_ids": [
        "69421f15-119a-44f5-9a72-543f6d77ad68"
    ],
    "album": "Can't Win",
    "release_id": null,
    "release_group_id": "ac19f4bf-0fe0-4928-8831-d638774f148d",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-12-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Choctaw\n\nLabrys is a music project created by Choctaw alternative singer/songwriter Penny Pitchlynn, who is also one fourth of indie band BRONCHO.\n\nhttps://www.iamlabrys.net/\nhttps://labrys.bandcamp.com/track/cant-win-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}