Information about plays

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

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

{
    "id": 3421343,
    "uri": "https://api.kexp.org/v2/plays/3421343/?format=api",
    "airdate": "2024-11-04T14:29:30-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/adea453b-0e4e-4d43-a281-fcbf85e18b57/18242371971-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adea453b-0e4e-4d43-a281-fcbf85e18b57/18242371971-250.jpg",
    "song": "Baby, Come to Me",
    "track_id": null,
    "recording_id": "4f5687f3-bac3-4466-bf4e-8abb29da9439",
    "artist": "Quincy Jones, Patti Austin, James Ingram",
    "artist_ids": [],
    "album": "From Q, With Love",
    "release_id": null,
    "release_group_id": "eac7f6e0-90f5-3203-9f47-1fcd8cd0dba6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1995-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Robyn!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}