Information about plays

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

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

{
    "id": 3421668,
    "uri": "https://api.kexp.org/v2/plays/3421668/?format=api",
    "airdate": "2024-11-05T09:17:14-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia803001.us.archive.org/19/items/mbid-6ff3abf5-4e80-41d7-a0d3-f418608a8b83/mbid-6ff3abf5-4e80-41d7-a0d3-f418608a8b83-23521785829_thumb500.jpg",
    "thumbnail_uri": "https://ia803001.us.archive.org/19/items/mbid-6ff3abf5-4e80-41d7-a0d3-f418608a8b83/mbid-6ff3abf5-4e80-41d7-a0d3-f418608a8b83-23521785829_thumb250.jpg",
    "song": "N.W.O.",
    "track_id": "a0abc21a-7d1a-35fc-b72e-c4e47c2e4429",
    "recording_id": "3a0bb352-5a82-402a-86c2-9507f564f3cd",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "ΚΕΦΑΛΗΞΘ",
    "release_id": "6ff3abf5-4e80-41d7-a0d3-f418608a8b83",
    "release_group_id": "15cfaf82-5a4b-3ee1-bcce-75561055d27a",
    "labels": [
        "Warner Bros. Records",
        "Sire Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}