Information about plays

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

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

{
    "id": 3560129,
    "uri": "https://api.kexp.org/v2/plays/3560129/?format=api",
    "airdate": "2025-10-01T16:40:39-07:00",
    "show": 64719,
    "show_uri": "https://api.kexp.org/v2/shows/64719/?format=api",
    "image_uri": "https://ia601909.us.archive.org/21/items/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd-9707961340_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/21/items/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd/mbid-2e08be6c-65ae-3901-90f9-28cb3fbdacdd-9707961340_thumb250.jpg",
    "song": "Kid",
    "track_id": "d0b63189-6d96-321b-b19c-9d70c75b57ac",
    "recording_id": "19df6266-db7b-47fe-9120-06b059a7f17f",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": "2e08be6c-65ae-3901-90f9-28cb3fbdacdd",
    "release_group_id": "448c8d23-3118-397f-9b81-a560c799f27a",
    "labels": [
        "Real Records",
        "Sire Records"
    ],
    "label_ids": [
        "851b17a3-8353-47fc-9f7b-cba5392b41cd",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1999-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut studio album by The Pretenders, released in 1981.\n\nWatch the Official Music Video for this track here: https://youtu.be/a9K14_By3zM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}