Information about plays

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

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

{
    "id": 2679396,
    "uri": "https://api.kexp.org/v2/plays/2679396/?format=api",
    "airdate": "2019-12-29T02:52:58-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "https://coverartarchive.org/release/28eb1281-ebb6-4313-86b1-fca90c983152/22009735248-250.jpg",
    "thumbnail_uri": "",
    "song": "Daddy",
    "track_id": "6927bd25-01ea-4174-9328-fb78f7c267e4",
    "recording_id": null,
    "artist": "Lafawndah",
    "artist_ids": [
        "44d69bab-e9a7-41a2-9493-5b15f75b193b"
    ],
    "album": "Ancestor Boy",
    "release_id": "28eb1281-ebb6-4313-86b1-fca90c983152",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York based artist Lafawndah recorded her debut full length 'Ancestor Boy' in various cities around the world and self released on her own label Concordia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}