Information about plays

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

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

{
    "id": 3414066,
    "uri": "https://api.kexp.org/v2/plays/3414066/?format=api",
    "airdate": "2024-10-17T23:37:56-07:00",
    "show": 61603,
    "show_uri": "https://api.kexp.org/v2/shows/61603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move Me No Mountain",
    "track_id": null,
    "recording_id": "f26b2fc5-d507-4605-9e9f-ecee6f9cb036",
    "artist": "Love Unlimited",
    "artist_ids": [
        "18b148bf-17a7-4b2e-8dc6-04502bfc73e7"
    ],
    "album": "Disco Music Collection - Love Machine",
    "release_id": null,
    "release_group_id": "38e94c15-00ea-4dff-bae3-2e82f5224445",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}