Information about plays

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

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

{
    "id": 427095,
    "uri": "https://api.kexp.org/v2/plays/427095/?format=api",
    "airdate": "2001-05-23T02:35:00-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41676T8GRXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41676T8GRXL._SL75_.jpg",
    "song": "Shine",
    "track_id": "69fdf17d-b9fa-4843-b0f1-56a1860216e4",
    "recording_id": null,
    "artist": "Sounds From the Ground",
    "artist_ids": [
        "9806e551-9a63-4a9d-be1b-5297b2ac0e76"
    ],
    "album": "Terra Firma",
    "release_id": "5c03155e-2e6c-4b72-aa00-204e90293499",
    "release_group_id": null,
    "labels": [
        "Waveform Records"
    ],
    "label_ids": [
        "5625a445-53c2-435b-a8f0-5dc6feee3c25"
    ],
    "release_date": "2000-05-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}