Information about plays

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

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

{
    "id": 3438088,
    "uri": "https://api.kexp.org/v2/plays/3438088/?format=api",
    "airdate": "2024-12-14T17:49:39-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://coverartarchive.org/release/065aab09-9b57-4085-9b78-5a4f51a7f982/14157915390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/065aab09-9b57-4085-9b78-5a4f51a7f982/14157915390-250.jpg",
    "song": "Double Exposure",
    "track_id": null,
    "recording_id": "55d513e0-9d92-4ca4-87ac-2cbeba844501",
    "artist": "Kelley Stoltz",
    "artist_ids": [
        "c4c8675e-f8dc-4313-b430-8fbc83d8aafc"
    ],
    "album": "Double Exposure",
    "release_id": null,
    "release_group_id": "d2c51f23-0e0e-480b-8ac9-773007e9488b",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Troy's cover of \"Double Exposure\" that he recorded during lockdown!\nhttps://www.youtube.com/watch?v=mgtGXGCa01o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}