Information about plays

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

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

{
    "id": 3438202,
    "uri": "https://api.kexp.org/v2/plays/3438202/?format=api",
    "airdate": "2024-12-14T23:20:25-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fiberglass Feeling",
    "track_id": null,
    "recording_id": null,
    "artist": "Slicing Grandpa",
    "artist_ids": [
        "ba42554b-7b06-4634-a862-a6aa85628ad4"
    ],
    "album": "Volume Thinker",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "STR"
    ],
    "label_ids": [
        "12f21215-0931-4e7b-9483-3fc217b0d3b4"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo project of John Laux\n\nhttps://1234gorecords.shop/products/slicing-grandpa-volume-thinker-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}