Information about plays

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

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

{
    "id": 3412294,
    "uri": "https://api.kexp.org/v2/plays/3412294/?format=api",
    "airdate": "2024-10-13T20:43:51-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Não adianta nada",
    "track_id": null,
    "recording_id": "cf29f1e4-54da-4295-851c-c14aa8912589",
    "artist": "Roberto Carlos",
    "artist_ids": [
        "e43f8c07-2d2e-47fd-8279-dc0e9880882c"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roberto Carlos Braga is a Brazilian singer-songwriter, also known as \"King of Latin Music\" or simply \"the King\". Most of his songs were written in partnership with his friend, singer and songwriter Erasmo Carlos. Roberto Carlos has sold over 70 million albums around the world.\n\nThe Latin funk jam \"Não Adianta Nada\" was released in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}