Information about plays

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

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

{
    "id": 352246,
    "uri": "https://api.kexp.org/v2/plays/352246/?format=api",
    "airdate": "2019-07-09T18:18:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drinkee",
    "track_id": "ac489226-7e0c-469b-a492-9ba4c47a792f",
    "recording_id": null,
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "Drinkee",
    "release_id": "71813efb-b8d8-4d48-8ede-6dec2c3527d1",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2016-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SOFI TUKKER the genre defying duo of Sophie Hawley-Weld and Tucker Halpern based out of New York, will be performing LIVE Monday, October 7, at Showbox Sodo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}