Information about plays

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

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

{
    "id": 510093,
    "uri": "https://api.kexp.org/v2/plays/510093/?format=api",
    "airdate": "2002-01-23T18:42:00-08:00",
    "show": 8787,
    "show_uri": "https://api.kexp.org/v2/shows/8787/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H8ldvTHtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H8ldvTHtL._SL75_.jpg",
    "song": "It Won't Be Very Long",
    "track_id": "fb410035-7602-4759-b83d-7b4e0e2ac9e9",
    "recording_id": null,
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Sam Cooke with the Soul Stirrers",
    "release_id": "be9a93cf-8158-4144-9975-9441aceee580",
    "release_group_id": null,
    "labels": [
        "Specialty Records"
    ],
    "label_ids": [
        "85d8c21e-0a0c-4241-b677-c3a57b0e91e4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}