Information about plays

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

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

{
    "id": 3422259,
    "uri": "https://api.kexp.org/v2/plays/3422259/?format=api",
    "airdate": "2024-11-06T22:50:55-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/4241ce46-0a6e-30d3-ae41-34c1dd8611ae/21214590090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4241ce46-0a6e-30d3-ae41-34c1dd8611ae/21214590090-250.jpg",
    "song": "If You Want to Sing Out, Sing Out (alternate version)",
    "track_id": null,
    "recording_id": "e69e204b-3b08-42fa-a208-140dd55fc273",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Harold and Maude",
    "release_id": null,
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "Vinyl Films"
    ],
    "label_ids": [
        "0e41b51e-6856-4e85-9df7-4cb7e9da2ab9"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}