Information about plays

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

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

{
    "id": 426644,
    "uri": "https://api.kexp.org/v2/plays/426644/?format=api",
    "airdate": "2001-05-21T17:26:15-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KDCJ9VFBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KDCJ9VFBL._SL75_.jpg",
    "song": "Let Me Go",
    "track_id": "94d9d79d-2a1a-4d2e-85a9-c603ccf63da4",
    "recording_id": null,
    "artist": "The Blazers",
    "artist_ids": [
        "a9a060c6-b4e9-4662-a7a3-2cccb306afe6"
    ],
    "album": "East Side Soul",
    "release_id": "61128408-e489-4cda-81f8-e28565baf682",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1995-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}