Information about plays

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

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

{
    "id": 3429124,
    "uri": "https://api.kexp.org/v2/plays/3429124/?format=api",
    "airdate": "2024-11-23T15:05:05-08:00",
    "show": 61928,
    "show_uri": "https://api.kexp.org/v2/shows/61928/?format=api",
    "image_uri": "https://ia600308.us.archive.org/2/items/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa-38728125874_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/2/items/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa-38728125874_thumb250.jpg",
    "song": "Divine",
    "track_id": "8da74325-28d9-4fd4-b533-661cdc93e03a",
    "recording_id": "b59e23ea-cc35-4ad6-bba0-4261d881f683",
    "artist": "LEATHERS",
    "artist_ids": [
        "509c11b5-db25-426b-9b78-75de5632c764"
    ],
    "album": "Ultraviolet",
    "release_id": "9540d49e-72cc-4e0d-98c5-066f85572caa",
    "release_group_id": "f435fbc9-c8b3-4f59-95d7-561d6ca5e2a6",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2024-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}