Information about plays

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

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

{
    "id": 3519693,
    "uri": "https://api.kexp.org/v2/plays/3519693/?format=api",
    "airdate": "2025-06-27T22:43:24-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://ia804609.us.archive.org/7/items/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6-14007522220_thumb500.jpg",
    "thumbnail_uri": "https://ia904609.us.archive.org/7/items/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6/mbid-6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6-14007522220_thumb250.jpg",
    "song": "Bring It to Ya",
    "track_id": "e5244167-f410-3940-a5d4-84c3816ec2f2",
    "recording_id": "d0737253-4cfc-4ccb-9180-f7cdf866c1c0",
    "artist": "Paris",
    "artist_ids": [
        "431945b6-0754-480a-8634-3e8c2f8ccf27"
    ],
    "album": "Guerrilla Funk",
    "release_id": "6c0c6a84-8e4c-45ff-9b4c-7066c4c0fae6",
    "release_group_id": "290e8fa3-8cd2-3e28-933d-847948ad5ca5",
    "labels": [
        "Virgin Music Canada",
        "Priority Records"
    ],
    "label_ids": [
        "b34fd541-663c-4a26-aa81-1472392d0212",
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}