Information about plays

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

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

{
    "id": 344712,
    "uri": "https://api.kexp.org/v2/plays/344712/?format=api",
    "airdate": "2019-06-22T12:23:00-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kicked It in the Sun",
    "track_id": "6859004f-a74d-3150-b316-b324dd806279",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Perfect From Now On",
    "release_id": "20051839-7dd5-4c63-acaf-d4463f2c7b5b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Built to Spill performing at Lucky You Lounge on July 21st in Spokane playing music from their 1997 album 'Perfect From Now On' and performing on October 25 and 26th at the Showbox SoDo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}