Information about plays

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

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

{
    "id": 3413195,
    "uri": "https://api.kexp.org/v2/plays/3413195/?format=api",
    "airdate": "2024-10-16T01:33:28-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Songs",
    "track_id": "9bcb111e-2a30-4762-b862-b7acebb96b34",
    "recording_id": "769828ed-d486-4dcd-a93b-5019fb596094",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Like Someone I Know: A Celebration of Margo Guryan",
    "release_id": "0ac490e9-5a73-49fd-a2df-3fe39f9d40b3",
    "release_group_id": "7a2a9876-229b-4491-8a64-db18d10aa748",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}