Information about plays

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

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

{
    "id": 3421645,
    "uri": "https://api.kexp.org/v2/plays/3421645/?format=api",
    "airdate": "2024-11-05T08:07:16-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia802800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb250.jpg",
    "song": "This Is the Sea",
    "track_id": "1311604d-fd0b-32c4-879d-6bb10d4dba3c",
    "recording_id": "14ccd89d-104c-4d39-b2ae-bd1adc3e9959",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "d6a33936-e204-3158-8bd5-bf0e75e577d8",
    "release_group_id": "c5f3b58e-9f61-3863-9277-974e3a84a936",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}