Information about plays

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

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

{
    "id": 466441,
    "uri": "https://api.kexp.org/v2/plays/466441/?format=api",
    "airdate": "2001-09-15T11:33:36-07:00",
    "show": 7930,
    "show_uri": "https://api.kexp.org/v2/shows/7930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qRpzSv3rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qRpzSv3rL._SL75_.jpg",
    "song": "People Funny Boy",
    "track_id": "88e16c21-ef36-4599-8cd5-874a8a22d8f4",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "The Upsetter: Essential Madness From the Scratch Files",
    "release_id": "0e260724-3c1e-4478-93fc-f01b049821e4",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "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"
}