Information about plays

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

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

{
    "id": 356952,
    "uri": "https://api.kexp.org/v2/plays/356952/?format=api",
    "airdate": "2019-07-20T18:29:52-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Baby",
    "track_id": "7cb1b587-c436-47c9-9fa4-fa19a5225957",
    "recording_id": null,
    "artist": "ex Licks",
    "artist_ids": [
        "36103d4c-d4cf-4f7a-aec6-4ec82d705930"
    ],
    "album": "ex Licks",
    "release_id": "2788ecf7-ad4d-4991-9ad3-c27137414743",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local supergroup Ex Licks—made up of Seattle music-scene vets Alex Noble, Dan Paulus, and Shawn Kock—take their cues from 1970s garage rock and punk traditions.They play the Capitol Hill Block Party tonight at Cafe Pettirosso at 8PM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}