Information about plays

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

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

{
    "id": 2682719,
    "uri": "https://api.kexp.org/v2/plays/2682719/?format=api",
    "airdate": "2020-01-06T05:11:17-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d56440f-1e76-41e5-b0d7-dfd5b5566bbe/2633423938-250.jpg",
    "thumbnail_uri": "",
    "song": "My Maudlin Career",
    "track_id": "d9562631-b81f-3e98-90f8-43ab06c6ed7d",
    "recording_id": null,
    "artist": "Camera Obscura",
    "artist_ids": [
        "94219793-a46b-4c39-9397-e05ad633f32d"
    ],
    "album": "My Maudlin Career",
    "release_id": "1d56440f-1e76-41e5-b0d7-dfd5b5566bbe",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}