Information about plays

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

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

{
    "id": 3421630,
    "uri": "https://api.kexp.org/v2/plays/3421630/?format=api",
    "airdate": "2024-11-05T07:20:09-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia600102.us.archive.org/31/items/mbid-4275fdca-07aa-4fd5-af0f-aabd7b0f9482/mbid-4275fdca-07aa-4fd5-af0f-aabd7b0f9482-17080411090_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/31/items/mbid-4275fdca-07aa-4fd5-af0f-aabd7b0f9482/mbid-4275fdca-07aa-4fd5-af0f-aabd7b0f9482-17080411090_thumb250.jpg",
    "song": "American Tune",
    "track_id": "91cb6155-f2f8-361a-909f-0051a7526a08",
    "recording_id": "2c956a89-1cd7-4c4a-9d4f-75bd5eb2513f",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "There Goes Rhymin‘ Simon",
    "release_id": "4275fdca-07aa-4fd5-af0f-aabd7b0f9482",
    "release_group_id": "fb1e90a8-4461-382b-9081-183abb3c8997",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}