Information about plays

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

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

{
    "id": 3289349,
    "uri": "https://api.kexp.org/v2/plays/3289349/?format=api",
    "airdate": "2023-12-27T15:28:35-08:00",
    "show": 58985,
    "show_uri": "https://api.kexp.org/v2/shows/58985/?format=api",
    "image_uri": "https://ia802706.us.archive.org/16/items/mbid-64a3f847-a0e2-448b-b5a1-7e6857014b56/mbid-64a3f847-a0e2-448b-b5a1-7e6857014b56-36278861335_thumb500.jpg",
    "thumbnail_uri": "https://ia802706.us.archive.org/16/items/mbid-64a3f847-a0e2-448b-b5a1-7e6857014b56/mbid-64a3f847-a0e2-448b-b5a1-7e6857014b56-36278861335_thumb250.jpg",
    "song": "Won One",
    "track_id": "978eb4c3-8ee8-493c-be3e-58254581f75a",
    "recording_id": "286c8c91-df2a-4757-b735-5cfba91a7ddd",
    "artist": "Tkay Maidza",
    "artist_ids": [
        "e1811d3a-4631-4bfe-9b42-d0418524137e"
    ],
    "album": "Sweet Justice",
    "release_id": "64a3f847-a0e2-448b-b5a1-7e6857014b56",
    "release_group_id": "7a00539a-7dbd-4fa7-98f5-3a8d6a63177f",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2023-11-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}