Information about plays

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

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

{
    "id": 3421427,
    "uri": "https://api.kexp.org/v2/plays/3421427/?format=api",
    "airdate": "2024-11-04T20:41:39-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "https://coverartarchive.org/release/6eb391eb-0dea-44bc-aba2-61cc34c04fcf/29062283272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6eb391eb-0dea-44bc-aba2-61cc34c04fcf/29062283272-250.jpg",
    "song": "Tú Me Dejaste De Querer",
    "track_id": null,
    "recording_id": "586ab4b4-2726-4171-a039-c47d4ac3a938",
    "artist": "C. Tangana",
    "artist_ids": [
        "46d3689c-23e6-46f7-8ad6-c12f13ac9dea"
    ],
    "album": "El madrileño",
    "release_id": null,
    "release_group_id": "4829e3a6-b240-4eec-b1a5-2f3da9686b6e",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2021-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is also Spain! \nC. Tangana is an artist from Madrid, Spain, known for his musical versatility. \"\"Tú Me Dejaste De Querer\"\" is a collaboration with Niño de Elche and La Húngara, released in 2020 as part of his album El Madrileño. This song fuses flamenco, pop, and urban rhythms, standing out for its innovative production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}