Information about plays

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

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

{
    "id": 421906,
    "uri": "https://api.kexp.org/v2/plays/421906/?format=api",
    "airdate": "2001-05-07T03:32:18-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415HFC9MY2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415HFC9MY2L._SL75_.jpg",
    "song": "Illumination",
    "track_id": "27bfa4c2-7ef5-4ee8-8270-ce76392850c9",
    "recording_id": null,
    "artist": "Kozo",
    "artist_ids": [
        "25775d22-0e2f-40b7-b533-b574d3c8c5b0"
    ],
    "album": "Planned Penetration",
    "release_id": "77653359-d227-4b81-bcac-d14d7d6587f2",
    "release_group_id": null,
    "labels": [
        "Waveform Records"
    ],
    "label_ids": [
        "5625a445-53c2-435b-a8f0-5dc6feee3c25"
    ],
    "release_date": "2000-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}