Information about plays

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

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

{
    "id": 1303226,
    "uri": "https://api.kexp.org/v2/plays/1303226/?format=api",
    "airdate": "2007-11-16T18:25:00-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Usta Be My Baby",
    "track_id": "cd406548-0f14-4f28-9d11-070d66cac8e4",
    "recording_id": null,
    "artist": "Sanford Clark",
    "artist_ids": [
        "8ee299db-ebc8-4552-a391-97c7d0d086bb"
    ],
    "album": "Classic Rockabilly (disc 4: Oh Baby Babe!)",
    "release_id": "30979fe4-28ae-42ba-93ad-61950732b68b",
    "release_group_id": null,
    "labels": [
        "Proper Records"
    ],
    "label_ids": [
        "b392f59c-7941-4574-be84-5a0b5bedf202"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}