Information about plays

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

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

{
    "id": 3410997,
    "uri": "https://api.kexp.org/v2/plays/3410997/?format=api",
    "airdate": "2024-10-10T18:42:41-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bug",
    "track_id": "7a2fb166-76b6-4fc0-81b8-19fdd8c19d9f",
    "recording_id": "0b65f319-1752-4ee4-8a81-958416ef3734",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Romance",
    "release_id": "6e0aa1d9-17ce-4423-87bc-4fec3d0b5f34",
    "release_group_id": "92b095c1-3bbf-456f-9425-2078ad4e9504",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bug\" is from their latest album, 'Romance', which is the fourth studio album from the Irish band. \nhttps://fontainesdc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}