Information about plays

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

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

{
    "id": 3440713,
    "uri": "https://api.kexp.org/v2/plays/3440713/?format=api",
    "airdate": "2024-12-21T03:12:18-08:00",
    "show": 62165,
    "show_uri": "https://api.kexp.org/v2/shows/62165/?format=api",
    "image_uri": "https://ia601405.us.archive.org/6/items/mbid-54fd6310-cf32-4e52-8ebf-3cda69fd0e30/mbid-54fd6310-cf32-4e52-8ebf-3cda69fd0e30-40572204834_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/6/items/mbid-54fd6310-cf32-4e52-8ebf-3cda69fd0e30/mbid-54fd6310-cf32-4e52-8ebf-3cda69fd0e30-40572204834_thumb250.jpg",
    "song": "Sister Ray",
    "track_id": "1411c100-be03-4c2e-97ff-218e1670865e",
    "recording_id": "83d887cc-9b85-4d63-b1b1-2b32b3458fe4",
    "artist": "Trupa Trupa",
    "artist_ids": [
        "31687f99-ddfd-4d23-8609-08020b7b386f"
    ],
    "album": "Sister Ray",
    "release_id": "54fd6310-cf32-4e52-8ebf-3cda69fd0e30",
    "release_group_id": "be67ab06-e0ab-4f1e-9cb7-dfe467866241",
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2024-11-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Poland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}