Information about plays

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

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

{
    "id": 3418214,
    "uri": "https://api.kexp.org/v2/plays/3418214/?format=api",
    "airdate": "2024-10-28T00:55:51-07:00",
    "show": 61693,
    "show_uri": "https://api.kexp.org/v2/shows/61693/?format=api",
    "image_uri": "https://coverartarchive.org/release/adf8aa99-6f9c-41e8-8671-635f74f38bf4/38096214798-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adf8aa99-6f9c-41e8-8671-635f74f38bf4/38096214798-250.jpg",
    "song": "Hand on Me",
    "track_id": null,
    "recording_id": "b9419c0c-a36c-4b45-8dd4-e541eb6b50d3",
    "artist": "Nourished by Time",
    "artist_ids": [
        "6420dd6b-8232-42db-9cb9-90bec8f40e91"
    ],
    "album": "Catching Chickens",
    "release_id": null,
    "release_group_id": "6608aa8a-ff1a-4d52-bec8-595f1f281d44",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}