Information about plays

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

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

{
    "id": 349668,
    "uri": "https://api.kexp.org/v2/plays/349668/?format=api",
    "airdate": "2019-07-03T16:43:25-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/3821e35f-c925-442c-9655-da06d8d34ac8/1606761051-250.jpg",
    "thumbnail_uri": "",
    "song": "Where I’m From",
    "track_id": "d6720a94-38d0-3bb2-9224-055e7645c188",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": "3821e35f-c925-442c-9655-da06d8d34ac8",
    "release_group_id": null,
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Ishmael Butler, member of Digable Planets, Shabazz Palaces, and now Knife Knights.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}