Information about plays

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

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

{
    "id": 3438917,
    "uri": "https://api.kexp.org/v2/plays/3438917/?format=api",
    "airdate": "2024-12-16T16:58:45-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/9675e378-c608-4455-93fc-1faea915b8b8/37256052978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9675e378-c608-4455-93fc-1faea915b8b8/37256052978-250.jpg",
    "song": "Incense",
    "track_id": null,
    "recording_id": "b3c3bae6-40e5-47c7-8e3d-24625b66db58",
    "artist": "Erykah Badu feat. Kirsten Agnesta",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1",
        "1a8e4de1-f7d6-4b5e-884f-555dcfe6d3a5"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": null,
    "release_group_id": "e9e0e792-d5b2-49a6-b8a8-00d996b0a1a5",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This celestial number features theremin and a harp played by Kirsten Agnesta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}