Information about plays

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

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

{
    "id": 3549905,
    "uri": "https://api.kexp.org/v2/plays/3549905/?format=api",
    "airdate": "2025-09-07T04:42:16-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://ia601001.us.archive.org/28/items/mbid-aee8577a-39bb-4658-a3db-77ff16adc906/mbid-aee8577a-39bb-4658-a3db-77ff16adc906-42940193064_thumb500.jpg",
    "thumbnail_uri": "https://ia801001.us.archive.org/28/items/mbid-aee8577a-39bb-4658-a3db-77ff16adc906/mbid-aee8577a-39bb-4658-a3db-77ff16adc906-42940193064_thumb250.jpg",
    "song": "Praise Latifah",
    "track_id": "cf815292-6983-4d75-8624-135a8588099e",
    "recording_id": "4c47267e-1365-4a1f-9419-36fdda8cdbfa",
    "artist": "Billy Dean Thomas",
    "artist_ids": [
        "6c4c39ba-f64f-48ab-8492-ab9685533d66"
    ],
    "album": "Praise Latifah",
    "release_id": "aee8577a-39bb-4658-a3db-77ff16adc906",
    "release_group_id": "66318b95-44ee-4690-bfda-3efe0023604f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}