Information about plays

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

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

{
    "id": 421422,
    "uri": "https://api.kexp.org/v2/plays/421422/?format=api",
    "airdate": "2001-05-05T09:24:42-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L._SL75_.jpg",
    "song": "Never Give Up in a Babylon",
    "track_id": "f7c3e497-46c7-48d3-96d3-ca3a0d850132",
    "recording_id": null,
    "artist": "Pancho Alphonso",
    "artist_ids": [
        "ea61bdc0-0f21-4904-9da4-bf694738a203"
    ],
    "album": "Trojan Rastafari Box Set (disc 1)",
    "release_id": "8aabbbf9-bca2-4ec1-9fe3-d50d464acec4",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}