Information about plays

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

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

{
    "id": 3416820,
    "uri": "https://api.kexp.org/v2/plays/3416820/?format=api",
    "airdate": "2024-10-24T19:12:09-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chance",
    "track_id": null,
    "recording_id": "6c6e2966-5f6f-45fa-8d56-7c5442e4915b",
    "artist": "Kimiko Hara",
    "artist_ids": [],
    "album": "UNHAPPY BIRTHDAY",
    "release_id": null,
    "release_group_id": "273e7f35-a80a-4f55-b34e-7f03cb3c28d8",
    "labels": [
        "Kitty Records"
    ],
    "label_ids": [
        "75468c24-2a25-4dc7-b6e2-6dc8a7bfd89f"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kimiko Hara was a Japanese jazz singer and mountaineer. In high school, she was heavily involved in rock and jazz bands, playing keyboards and singing. After graduation, she went to Tokyo College of Music and performed under a top pianist at live houses, etc. She was discovered by a record company and made her debut as a singer in 1977 at the age of 22.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}