Information about plays

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

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

{
    "id": 2679893,
    "uri": "https://api.kexp.org/v2/plays/2679893/?format=api",
    "airdate": "2019-12-30T08:46:15-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bfd7d63-d296-4390-9b92-5a94c197d908/22438166974-250.jpg",
    "thumbnail_uri": "",
    "song": "Funnel of Love",
    "track_id": "0ad8a8f2-8b52-3748-a481-2981f0e1a14a",
    "recording_id": null,
    "artist": "Wanda Jackson",
    "artist_ids": [
        "550fbe01-42e9-4006-bcd0-6a1854dceb8f"
    ],
    "album": "Heart Trouble",
    "release_id": "6bfd7d63-d296-4390-9b92-5a94c197d908",
    "release_group_id": null,
    "labels": [
        "CMH Records"
    ],
    "label_ids": [
        "9311b139-862e-476b-95e9-f46de04953de"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wanda Jackson was one of the first popular female rockabilly singers, and is known to many as the \"Queen of Rockabilly\" or the \"First Lady of Rockabilly\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}