Information about plays

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

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

{
    "id": 3421506,
    "uri": "https://api.kexp.org/v2/plays/3421506/?format=api",
    "airdate": "2024-11-05T00:53:04-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/63bee66c-3719-47de-8239-9b61a3ab8ab3/38707697808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63bee66c-3719-47de-8239-9b61a3ab8ab3/38707697808-250.jpg",
    "song": "Méditation",
    "track_id": null,
    "recording_id": "edcba8c4-a3d7-491e-937a-a0df3d4e99ac",
    "artist": "Sonoko",
    "artist_ids": [
        "fde3c6dd-cd3e-4491-8eb2-d941b9f515ef"
    ],
    "album": "Chante",
    "release_id": null,
    "release_group_id": "49f425a9-34a6-4b90-8518-460612ff186d",
    "labels": [
        "Stroom"
    ],
    "label_ids": [],
    "release_date": "2023-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enchantée",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}