Information about plays

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

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

{
    "id": 433847,
    "uri": "https://api.kexp.org/v2/plays/433847/?format=api",
    "airdate": "2001-06-12T09:04:17-07:00",
    "show": 7301,
    "show_uri": "https://api.kexp.org/v2/shows/7301/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2169VASWZXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2169VASWZXL._SL75_.jpg",
    "song": "New Birds",
    "track_id": "6f102be8-7630-4335-8897-4e4e2c371105",
    "recording_id": null,
    "artist": "Arab Strap",
    "artist_ids": [
        "6caf09f5-2f01-4f76-bcc7-6207930c56c6"
    ],
    "album": "Philophobia",
    "release_id": "0c8f10cc-c39d-44bd-a6c7-3de06a4d8745",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}