Information about plays

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

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

{
    "id": 348547,
    "uri": "https://api.kexp.org/v2/plays/348547/?format=api",
    "airdate": "2019-07-01T07:46:24-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb/10460879564-250.jpg",
    "thumbnail_uri": "",
    "song": "Only You",
    "track_id": "b558f856-c52e-363c-88ae-54e8b91dcb40",
    "recording_id": null,
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Upstairs at Eric’s",
    "release_id": "393ef2d9-5cc5-4650-aa4d-7c5aa9f06adb",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by English musician Vince Clarke. He wrote it while with Depeche Mode, but recorded it in 1982 after forming the duo Yazoo with Alison Moyet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}