Information about plays

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

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

{
    "id": 2682990,
    "uri": "https://api.kexp.org/v2/plays/2682990/?format=api",
    "airdate": "2020-01-06T21:27:57-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/04965140-4d58-46fb-8618-e0d69d4a85f1/24699529368-250.jpg",
    "thumbnail_uri": "",
    "song": "Abou Zilif",
    "track_id": "76ec009b-48b6-4453-83c0-4f8373273898",
    "recording_id": null,
    "artist": "Omar Souleyman",
    "artist_ids": [
        "09f79b92-fd07-482a-88d9-a335240ebb7f"
    ],
    "album": "Shlon",
    "release_id": "04965140-4d58-46fb-8618-e0d69d4a85f1",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}