Information about plays

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

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

{
    "id": 3428442,
    "uri": "https://api.kexp.org/v2/plays/3428442/?format=api",
    "airdate": "2024-11-21T23:45:16-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/746bee54-cefc-479b-b907-e69d9935612a/36924177947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/746bee54-cefc-479b-b907-e69d9935612a/36924177947-250.jpg",
    "song": "Vortex",
    "track_id": null,
    "recording_id": "71daf5d6-0028-4663-84d3-4b8119ddf09e",
    "artist": "Javier Santiago",
    "artist_ids": [
        "a0b75b10-a313-4101-972e-dd60a8aaafee"
    ],
    "album": "Vortex",
    "release_id": null,
    "release_group_id": "36dd6dff-1878-4cd4-af9c-fbc6bba9c52a",
    "labels": [
        "UV Noir"
    ],
    "label_ids": [
        "9c3689eb-1d3e-442e-a5f6-d44084ad5808"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}