Information about plays

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

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

{
    "id": 3423079,
    "uri": "https://api.kexp.org/v2/plays/3423079/?format=api",
    "airdate": "2024-11-08T23:16:10-08:00",
    "show": 61800,
    "show_uri": "https://api.kexp.org/v2/shows/61800/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7da9c59-d70a-45ab-b25f-1977e2aa0f42/19018551905-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7da9c59-d70a-45ab-b25f-1977e2aa0f42/19018551905-250.jpg",
    "song": "The Percocet & Stripper Joint",
    "track_id": null,
    "recording_id": "06683769-f3d8-4df4-8229-73a49bccad16",
    "artist": "Future",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": "DS2",
    "release_id": null,
    "release_group_id": "9ac43ae5-c0de-42f6-8365-b68de4966833",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}