Information about plays

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

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

{
    "id": 2679405,
    "uri": "https://api.kexp.org/v2/plays/2679405/?format=api",
    "airdate": "2019-12-29T03:18:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "gec 2 Ü",
    "track_id": "b3a3dda5-1b25-490f-a834-173992853e53",
    "recording_id": null,
    "artist": "100 Gecs",
    "artist_ids": [
        "d6d45dda-2377-4faa-947b-e071efa085c0"
    ],
    "album": "1000 gecs",
    "release_id": "6cddb1f1-d7c4-4932-b080-fe9a0968eb75",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut studio album from American duo 100 Gecs is '1000 gecs.' Released on Dog Show Records, a remix of the album was also dropped at the end of the year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}