Information about plays

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

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

{
    "id": 2683251,
    "uri": "https://api.kexp.org/v2/plays/2683251/?format=api",
    "airdate": "2020-01-07T12:42:24.384000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aquacode Databreaks",
    "track_id": "34ec7f19-67d6-4799-9e3b-0bbb48ac5a2d",
    "recording_id": null,
    "artist": "clipping. feat. Shabazz Palaces",
    "artist_ids": [
        "84ca8fa4-7cca-4948-a90a-cb44db29853d",
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "The Deep",
    "release_id": "6f976617-c595-4e25-822d-6461705f4889",
    "release_group_id": "7982b6e2-7005-49bb-903c-8e98a46b78bb",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Clipping’s “The Deep” is a dark sci-fi tale about the underwater-dwelling descendants of African women thrown off slave ships and based on the mythology of Detroit electronic group Drexciya",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}