Information about plays

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

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

{
    "id": 3428451,
    "uri": "https://api.kexp.org/v2/plays/3428451/?format=api",
    "airdate": "2024-11-22T00:11:52-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hip Hop, Be Bop",
    "track_id": null,
    "recording_id": "441010ac-feb7-4d5e-9a61-e67dfbae06d9",
    "artist": "Man Parrish",
    "artist_ids": [
        "8679b5bb-0a63-45af-9800-06b288108baa"
    ],
    "album": "L’émission mythique de Sidney",
    "release_id": null,
    "release_group_id": "e84a3761-9283-4b0d-bfdc-ce6b81e79371",
    "labels": [
        "ULM TV"
    ],
    "label_ids": [
        "e897d0d0-0df7-4e95-97ba-2e6d956166ad"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}