Information about plays

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

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

{
    "id": 344709,
    "uri": "https://api.kexp.org/v2/plays/344709/?format=api",
    "airdate": "2019-06-22T12:15:00-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": "a0ec9488-1cfc-3b56-b5f4-3d9f0aed7642",
    "recording_id": null,
    "artist": "Gold Panda",
    "artist_ids": [
        "bfbccd40-1a06-4ee7-b24d-b2f8cc714fa9"
    ],
    "album": "Lucky Shiner",
    "release_id": "51b16cfe-0c71-3358-a59e-e958161bc3b5",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [],
    "release_date": "2010-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "England-based producer Gold Panda, otherwise known as born Derwin Panda, music transitions between the line of techno, glitch and ambient instrumentals to create his sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}