Information about plays

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

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

{
    "id": 3416536,
    "uri": "https://api.kexp.org/v2/plays/3416536/?format=api",
    "airdate": "2024-10-24T02:24:48-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe0a9642-d538-402c-8a93-7ed889b16460/21450743397-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe0a9642-d538-402c-8a93-7ed889b16460/21450743397-250.jpg",
    "song": "Dirty South",
    "track_id": null,
    "recording_id": "d1b3e0ce-9ab7-4093-a316-55a9f593eb4a",
    "artist": "Goodie Mob feat. Big Boi",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468",
        "9724aa19-fdf9-49d0-9f9d-944e462e2a5c"
    ],
    "album": "Soul Food",
    "release_id": null,
    "release_group_id": "24cfe4c3-06c4-3148-9e32-b88dd2aebdb3",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}