Information about plays

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

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

{
    "id": 3413757,
    "uri": "https://api.kexp.org/v2/plays/3413757/?format=api",
    "airdate": "2024-10-17T05:54:53-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Moon",
    "track_id": "548cf409-b35a-47d5-b0e7-205583512b87",
    "recording_id": "bfa1fac2-786e-45ab-b26a-3550ef5a9bac",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Morning Phase",
    "release_id": "275c1547-f0c2-44be-a9ab-4f3c15eb1c16",
    "release_group_id": "bc4e1c5e-1fea-468d-b0ac-78b1c7f415f4",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Colin!\n---\n\"Blue Moon\" is a song written, produced and performed by Beck, issued as the lead single from his twelfth studio album Morning Phase. The song is the musician's first release on Capitol Records (after leaving his previous label, Geffen Records). The song became Beck's first single to top the U.S. Adult Alternative Songs chart, and was nominated for Best Rock Song and Best Rock Performance at the 57th Grammy Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}