Information about plays

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

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

{
    "id": 376030,
    "uri": "https://api.kexp.org/v2/plays/376030/?format=api",
    "airdate": "2019-09-03T14:20:22-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starlett Johansson",
    "track_id": "f0480682-a1ab-3eb3-bca6-c2f68f1080c7",
    "recording_id": null,
    "artist": "The Teenagers",
    "artist_ids": [
        "8fc89a2c-d01a-41ae-a6fc-d7e7300d8ee5"
    ],
    "album": "Reality Check",
    "release_id": "978dbbb9-7754-4026-b461-fa22034c2097",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Teenagers are a French synth-pop band formed in late 2005, originally as a joke. Nonetheless, they received critical acclaim over the course of their career from outlets like NME and others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}