Information about plays

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

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

{
    "id": 3418229,
    "uri": "https://api.kexp.org/v2/plays/3418229/?format=api",
    "airdate": "2024-10-28T02:00:28-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://coverartarchive.org/release/bac5d608-8039-4962-ae15-9fbb063103c5/6054133729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bac5d608-8039-4962-ae15-9fbb063103c5/6054133729-250.jpg",
    "song": "Evening",
    "track_id": null,
    "recording_id": "94a86fa3-a144-4353-91dc-6ae85a7e1bda",
    "artist": "Larry Young",
    "artist_ids": [
        "81971abd-8a02-4d66-a499-8487ba7f20d8"
    ],
    "album": "Contrasts",
    "release_id": null,
    "release_group_id": "1c30fd7b-b0f4-47ce-9e65-7d1857fd3b25",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}