Information about plays

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

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

{
    "id": 3411540,
    "uri": "https://api.kexp.org/v2/plays/3411540/?format=api",
    "airdate": "2024-10-12T03:18:52-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Outta Ale",
    "track_id": "5e170052-cc01-47f3-9fcf-18055c666199",
    "recording_id": "2f2f70c7-39b8-4749-ad9c-55beaff16337",
    "artist": "The Prof feat. MF DOOM",
    "artist_ids": [
        "22e5eb07-0fd3-4f8d-bb1f-80ca2e7673c5",
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Unexpected Guests",
    "release_id": "3a848a9c-d86a-4d1e-ab5f-8a5c70c17e74",
    "release_group_id": "579be8c2-d98a-480d-99a2-3ae0985f6dfe",
    "labels": [
        "Gold Dust Media"
    ],
    "label_ids": [
        "f83b5547-4b7d-4ec8-9db2-1655b3df3f5f"
    ],
    "release_date": "2009-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}