Information about plays

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

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

{
    "id": 352612,
    "uri": "https://api.kexp.org/v2/plays/352612/?format=api",
    "airdate": "2019-07-10T15:01:28-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/662321f0-5a1e-4696-96d2-a1e3984a5251/23025123246-250.jpg",
    "thumbnail_uri": "",
    "song": "Put Some Miles On",
    "track_id": "cdf75f38-38af-423a-bb54-636cc423e405",
    "recording_id": null,
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "These Times",
    "release_id": "662321f0-5a1e-4696-96d2-a1e3984a5251",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dream Syndicate frontman Steve Wynn says \"Put Some Miles On\" holds three meanings, \"[the] actual road miles logged, the ensuing experience and wisdom of the turning of the calendar pages and, of course, our love of Miles Davis himself. It’s truly a zig zag marathon!”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}