Information about plays

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

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

{
    "id": 425944,
    "uri": "https://api.kexp.org/v2/plays/425944/?format=api",
    "airdate": "2001-05-19T05:00:00-07:00",
    "show": 7146,
    "show_uri": "https://api.kexp.org/v2/shows/7146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617kDwZfgTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617kDwZfgTL._SL75_.jpg",
    "song": "Whisper to a Scream (Birds Fly)",
    "track_id": "5bb33cb9-a6a7-49e2-a6ee-0b19bfbb3e99",
    "recording_id": null,
    "artist": "The Icicle Works",
    "artist_ids": [
        "03143cba-d359-4bd9-8ab3-5ba6590f9933"
    ],
    "album": "Icicle Works",
    "release_id": "34ecc19e-6f95-4e21-87b2-c286e8614566",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}