Information about plays

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

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

{
    "id": 3422231,
    "uri": "https://api.kexp.org/v2/plays/3422231/?format=api",
    "airdate": "2024-11-06T21:16:19-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/4bdfd387-7473-498a-88ce-1246a96129fa/36808222877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4bdfd387-7473-498a-88ce-1246a96129fa/36808222877-250.jpg",
    "song": "Music for Lonesome Seahorses",
    "track_id": null,
    "recording_id": null,
    "artist": "Dark Dazey",
    "artist_ids": [
        "a95a498d-afe8-474c-8569-59a8c268795f"
    ],
    "album": "Howdy Blue",
    "release_id": null,
    "release_group_id": "ebfcd00c-8a49-4dba-bf57-65efcc24a748",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}