Information about plays

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

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

{
    "id": 3366184,
    "uri": "https://api.kexp.org/v2/plays/3366184/?format=api",
    "airdate": "2024-06-25T22:11:18-07:00",
    "show": 60589,
    "show_uri": "https://api.kexp.org/v2/shows/60589/?format=api",
    "image_uri": "https://coverartarchive.org/release/61917834-a5a5-451b-9539-bbe6fde0e257/28515354013-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61917834-a5a5-451b-9539-bbe6fde0e257/28515354013-250.jpg",
    "song": "Freedom 90",
    "track_id": null,
    "recording_id": "e9ccfb0a-a516-4d25-99ff-699856090e56",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Freedom",
    "release_id": null,
    "release_group_id": "c37b5163-b66c-39f8-b6e5-a051eaeeb3cb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since entering our lives with his hit 'Wham! Rap (Enjoy What You Do)’, George Michael created a substantial body of work that is widely recognized and enormously popular with such hits as 'Freedom 90' and 'Careless Whisper'.\n\nhttps://www.georgemichael.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}