Information about plays

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

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

{
    "id": 533498,
    "uri": "https://api.kexp.org/v2/plays/533498/?format=api",
    "airdate": "2002-04-01T10:17:31-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/219108FQK6L.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/219108FQK6L._SL75_.jpg",
    "song": "Key Stroke",
    "track_id": "ca52697d-9039-4c60-99b8-4888764e02f6",
    "recording_id": null,
    "artist": "Her Space Holiday",
    "artist_ids": [
        "350a221a-b1a2-4480-8697-bef1910b1063"
    ],
    "album": "Manic Expressive",
    "release_id": "e9e59e7e-339a-454c-b156-2cd65f9d2770",
    "release_group_id": null,
    "labels": [
        "Tiger Style Records"
    ],
    "label_ids": [
        "afe8e1b0-0066-4637-af02-43b521f0fffd"
    ],
    "release_date": "2001-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}