Information about plays

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

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

{
    "id": 3422296,
    "uri": "https://api.kexp.org/v2/plays/3422296/?format=api",
    "airdate": "2024-11-07T00:54:40-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd107d3a-50d6-4def-8b21-cbe624a81b42/17292992784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd107d3a-50d6-4def-8b21-cbe624a81b42/17292992784-250.jpg",
    "song": "Homesickness",
    "track_id": null,
    "recording_id": "6fdb37dd-6a16-4c0c-bad8-5919560909de",
    "artist": "Emahoy Tsegué-Maryam Guèbrou",
    "artist_ids": [
        "98fd0571-0ddb-4ee8-9e1b-19a9a7294554"
    ],
    "album": "Éthiopiques 21: Piano Solo",
    "release_id": null,
    "release_group_id": "aec58f04-64f5-3a08-a794-e0192788e481",
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [
        "cc691994-6790-493a-8462-e12f046b4bee"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}