Information about plays

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

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

{
    "id": 343866,
    "uri": "https://api.kexp.org/v2/plays/343866/?format=api",
    "airdate": "2019-06-20T09:16:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Shining",
    "track_id": "47a94bac-3ca2-3c24-929c-70ea329d1a91",
    "recording_id": null,
    "artist": "Finley Quaye",
    "artist_ids": [
        "e6fbff56-aee6-4f80-8f6f-d8c345694074"
    ],
    "album": "Maverick a Strike",
    "release_id": "a07030a9-9a90-3a85-8683-21ee4c47afe4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song from U.K. artist (and BRIT award winner) Finley Quaye features a sample from Bob Marley's \"Sun Is Shining\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}