Information about plays

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

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

{
    "id": 2677900,
    "uri": "https://api.kexp.org/v2/plays/2677900/?format=api",
    "airdate": "2019-12-25T10:30:16-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5e501b6-8e93-4338-8c18-9d1525730b08/15162396605-250.jpg",
    "thumbnail_uri": "",
    "song": "White Christmas",
    "track_id": "50250de6-7527-3cd7-9dc2-76d21b7d6da4",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Maybe This Christmas Too?",
    "release_id": "a5e501b6-8e93-4338-8c18-9d1525730b08",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2003-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}