Information about plays

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

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

{
    "id": 352758,
    "uri": "https://api.kexp.org/v2/plays/352758/?format=api",
    "airdate": "2019-07-10T23:38:45-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How'd I Know",
    "track_id": "df768e3b-e33d-4f20-8bd5-221cf3e66c72",
    "recording_id": null,
    "artist": "Merry Clayton",
    "artist_ids": [
        "f086b523-e6eb-4159-8705-e408cae53170"
    ],
    "album": "Keep Your Eye on the Sparrow",
    "release_id": "2f9782b3-5c01-42a4-a3b8-887170083d4b",
    "release_group_id": null,
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}