Information about plays

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

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

{
    "id": 3413347,
    "uri": "https://api.kexp.org/v2/plays/3413347/?format=api",
    "airdate": "2024-10-16T10:10:22-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Is the Morning",
    "track_id": "21c6f608-9e30-4a66-b8ad-ae506c355cf5",
    "recording_id": "7245f703-07fa-4b92-9659-95c2a1611168",
    "artist": "Pink Breath of Heaven",
    "artist_ids": [
        "e11ef9d6-ea31-45ea-9454-e40e2c81d0c3"
    ],
    "album": "Blue Is the Morning",
    "release_id": "572e62c3-8c5f-465d-baa9-158bd25182f8",
    "release_group_id": "24dec797-d1eb-476f-a2a0-c3c8b079f906",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psych gaze rock band out of San Francisco, this is Pink Breath of Heaven! \nThis Friday, Oct 18th, they will be releasing the third single \"Always\" for their upcoming DEBUT album, out in early 2025!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}