Information about plays

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

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

{
    "id": 2680679,
    "uri": "https://api.kexp.org/v2/plays/2680679/?format=api",
    "airdate": "2020-01-01T04:56:37-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab0e2ea5-6a44-49e1-a6af-18ac6a11542d/1601772869-250.jpg",
    "thumbnail_uri": "",
    "song": "New Year",
    "track_id": "75990e76-6cf5-3866-8a30-9860a91c5537",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "ab0e2ea5-6a44-49e1-a6af-18ac6a11542d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Year, New Beach, New House, New Bloom, New Weeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}