Information about plays

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

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

{
    "id": 3440202,
    "uri": "https://api.kexp.org/v2/plays/3440202/?format=api",
    "airdate": "2024-12-19T20:33:36-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d19ac02-fc8d-4b2a-a5e5-ca76cf6a08b9/18477228678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d19ac02-fc8d-4b2a-a5e5-ca76cf6a08b9/18477228678-250.jpg",
    "song": "Hamon Ng Damdamin",
    "track_id": null,
    "recording_id": "79565490-568a-45b9-b7f6-50179f0702da",
    "artist": "Kuh Ledesma",
    "artist_ids": [
        "a3981f84-f727-48ce-9c5d-ddbe1113cfbf"
    ],
    "album": "Till I Met You (Vicor 40th Anniv Collection)",
    "release_id": null,
    "release_group_id": "bd0e0adc-8ce9-426c-a51a-3b07bf003fab",
    "labels": [
        "Vicor Music Corporation"
    ],
    "label_ids": [
        "a2e2289f-0e7b-4542-b78c-6af7e958e5cf"
    ],
    "release_date": "2008-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Translates to \"Challenge of Emotions\" originally released in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}