Information about plays

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

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

{
    "id": 3412438,
    "uri": "https://api.kexp.org/v2/plays/3412438/?format=api",
    "airdate": "2024-10-14T07:20:31-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fallin’ Rain",
    "track_id": null,
    "recording_id": "0232073a-f7f5-4abd-90a0-bee023588935",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Link Wray",
    "release_id": null,
    "release_group_id": "3119a110-05c6-3cec-9e52-fca73e05d518",
    "labels": [
        "Hip‐O Select"
    ],
    "label_ids": [
        "806a6363-9766-4dc1-8352-d3c2a1ac0ce9"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shawnee\n\nFred Lincoln \"Link\" Wray Jr. was a Shawnee guitarist, songwriter, and vocalist who became popular in the late 1950s. His 1958 instrumental single \"Rumble\", reached the top 20 in the United States; and was one of the earliest songs in rock music to utilize distortion and tremolo. He’s also been credited with being the creator of the modern “power chord” on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}