Information about plays

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

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

{
    "id": 3437334,
    "uri": "https://api.kexp.org/v2/plays/3437334/?format=api",
    "airdate": "2024-12-12T22:39:30-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "https://coverartarchive.org/release/f523d8a8-1eb1-4311-a951-847e59d6f639/15238584779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f523d8a8-1eb1-4311-a951-847e59d6f639/15238584779-250.jpg",
    "song": "Time",
    "track_id": null,
    "recording_id": "5f68dae6-cc4a-4adf-b383-4dcc9fb22333",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "Mary",
    "release_id": null,
    "release_group_id": "8b42398d-4eca-31a8-babc-c68c392324ce",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1999-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}