Information about plays

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

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

{
    "id": 2681423,
    "uri": "https://api.kexp.org/v2/plays/2681423/?format=api",
    "airdate": "2020-01-03T00:02:01-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ed28366-d982-4671-aec0-632cda8ca9bb/19290765672-250.jpg",
    "thumbnail_uri": "",
    "song": "L’Inconnue",
    "track_id": "dae657b5-b2fc-45fe-a4fb-033912124b5f",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "7",
    "release_id": "2ed28366-d982-4671-aec0-632cda8ca9bb",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six albums and 14 years in, Baltimore duo Beach House has well established itself as masters of dream pop, with each release gradually refining and evolving its unmistakable sound: a transportive pulse of organs and swooning melodies drawing from psych pop, shoegaze, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}