Information about plays

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

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

{
    "id": 2681643,
    "uri": "https://api.kexp.org/v2/plays/2681643/?format=api",
    "airdate": "2020-01-03T14:32:26-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/e457cc46-ea27-4bc6-8df9-48d13d945827/20951682912-250.jpg",
    "thumbnail_uri": "",
    "song": "Femme Fatale",
    "track_id": "2a333224-0b4f-409a-adf6-d1422c20f7c5",
    "recording_id": null,
    "artist": "Aloe Blacc",
    "artist_ids": [
        "4bf89e02-6c30-4603-9f6a-52619b1bea1a"
    ],
    "album": "Good Things",
    "release_id": "e457cc46-ea27-4bc6-8df9-48d13d945827",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Velvet Underground cover :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}