Information about plays

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

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

{
    "id": 3418216,
    "uri": "https://api.kexp.org/v2/plays/3418216/?format=api",
    "airdate": "2024-10-28T01:00:16-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fc4c394-6dcf-43ef-b9ae-c7ae5ef05c46/38662190211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fc4c394-6dcf-43ef-b9ae-c7ae5ef05c46/38662190211-250.jpg",
    "song": "Mantiqueira Range",
    "track_id": null,
    "recording_id": "c0eb61f2-c3a0-4aee-8daf-7128d7c1fd7d",
    "artist": "Antonio Carlos Jobim",
    "artist_ids": [
        "7a8dbe84-f4c0-4457-bfa3-edced1f8cde0"
    ],
    "album": "Jobim",
    "release_id": null,
    "release_group_id": "a8e27598-6f50-39b2-87f1-2bcb6c9ad30b",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Overlooked album by the great Brazilian composer/ arranger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}