Information about plays

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

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

{
    "id": 3416520,
    "uri": "https://api.kexp.org/v2/plays/3416520/?format=api",
    "airdate": "2024-10-24T01:20:01-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1/29567614646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4adb94fe-13c3-4d0a-a2cc-a818b1e90aa1/29567614646-250.jpg",
    "song": "Anitina (The First Time I See She Dance)",
    "track_id": null,
    "recording_id": "07335461-9fd3-4417-914e-e1784a2a2ef1",
    "artist": "M|A|R|R|S",
    "artist_ids": [
        "13176bb9-9a3a-48ae-b05d-75a0bb668d01"
    ],
    "album": "Pump Up the Volume",
    "release_id": null,
    "release_group_id": "c673dc03-ca22-3a65-915e-cf7d07258ff3",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1987-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}