Information about plays

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

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

{
    "id": 3423851,
    "uri": "https://api.kexp.org/v2/plays/3423851/?format=api",
    "airdate": "2024-11-10T20:37:57-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d26cb94-88dc-4dd4-a8cd-99e7320df49a/4351718124-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d26cb94-88dc-4dd4-a8cd-99e7320df49a/4351718124-250.jpg",
    "song": "I Need Your Lovin'",
    "track_id": null,
    "recording_id": "9bb041a1-2739-4aad-a623-b76cab41a1ef",
    "artist": "Teena Marie",
    "artist_ids": [
        "98cb2d05-0b47-4bc6-b345-792eecbe8449"
    ],
    "album": "Irons in the Fire",
    "release_id": null,
    "release_group_id": "83bcc4b1-e8a4-3cb9-a1ce-bacb63c10780",
    "labels": [
        "Motown"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Need Your Lovin'\" was on Irons in the Fire, Teena Marie's third studio album, released in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}