Information about plays

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

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

{
    "id": 3429130,
    "uri": "https://api.kexp.org/v2/plays/3429130/?format=api",
    "airdate": "2024-11-23T15:25:45-08:00",
    "show": 61928,
    "show_uri": "https://api.kexp.org/v2/shows/61928/?format=api",
    "image_uri": "https://ia800409.us.archive.org/4/items/mbid-d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9/mbid-d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9-39132345241_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/4/items/mbid-d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9/mbid-d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9-39132345241_thumb250.jpg",
    "song": "Cutting Teeth",
    "track_id": "17250de9-5432-4765-930a-7ffdc985f832",
    "recording_id": "243760c0-1fac-4154-a5e2-e903905526ed",
    "artist": "Dear Rouge",
    "artist_ids": [
        "3ca0bf8b-ce7e-46b3-937f-3e7b39de9b15"
    ],
    "album": "Lonesome High",
    "release_id": "d7917a06-3b0f-45ad-a5a0-5b9bbfe92cf9",
    "release_group_id": "a39beb8e-0239-42b7-99bf-ef0612fdf1f6",
    "labels": [
        "Pheromone Recordings"
    ],
    "label_ids": [
        "1c1ce4ad-0cc9-4163-876e-80856d0192bd"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.dearrouge.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}