Information about plays

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

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

{
    "id": 2670704,
    "uri": "https://api.kexp.org/v2/plays/2670704/?format=api",
    "airdate": "2019-12-08T18:50:00-08:00",
    "show": 46105,
    "show_uri": "https://api.kexp.org/v2/shows/46105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dawn of the Dreads",
    "track_id": "31cc2bfb-a8e8-3b57-821a-cb11d901e2cc",
    "recording_id": null,
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months & 2 Days in the Life of…",
    "release_id": "e7c31322-9108-4452-8f85-7871edfd7d9a",
    "release_group_id": null,
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}