Information about plays

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

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

{
    "id": 3412862,
    "uri": "https://api.kexp.org/v2/plays/3412862/?format=api",
    "airdate": "2024-10-15T08:59:30-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Soon Is Now?",
    "track_id": "ae0f77b4-e170-38c4-9f41-05716aff3f34",
    "recording_id": "cae8bbec-c2ff-4972-9218-8f90acb07b1b",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": "553849ea-0c72-3239-af7a-f59a8e048f0b",
    "release_group_id": "0d56a04c-045a-37db-bcc3-6c7099e94f16",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1993-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See below.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}