Information about plays

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

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

{
    "id": 2680901,
    "uri": "https://api.kexp.org/v2/plays/2680901/?format=api",
    "airdate": "2020-01-01T17:21:25-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/70adefee-67d7-40e1-b9a3-8f64b590043e/22162332111-250.jpg",
    "thumbnail_uri": "",
    "song": "Caribbean Skies",
    "track_id": "095135f9-f39f-408c-94c2-962e8a601bec",
    "recording_id": null,
    "artist": "Citizen Cope",
    "artist_ids": [
        "9b21f670-8359-4e11-be1d-bf75b649a719"
    ],
    "album": "Heroin and Helicopters",
    "release_id": "70adefee-67d7-40e1-b9a3-8f64b590043e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It deals with the theme that we’re all on the same planet, the same universe. Wherever you are, you’re still under the same stars and same moon. We’re given this life and, even though we have separate struggles and traumas and exhilarating moments that happen in life, there is a connection to us all.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}