Information about plays

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

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

{
    "id": 356068,
    "uri": "https://api.kexp.org/v2/plays/356068/?format=api",
    "airdate": "2019-07-18T14:38:00-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Identity Crisis",
    "track_id": null,
    "recording_id": null,
    "artist": "Jarina De Marco",
    "artist_ids": [
        "f655f617-e185-4de9-b1c6-83a682b3baa4"
    ],
    "album": "Identity Crisis",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The ever-bewitching Jarina de Marco is a connector of musical worlds. Her futuristic, tropical pop draws on everything from \nR&B and hip-hop culture to electro dancehall and old-school Afro-Dominican spirituals, a mix that’s been sonically compared to MIA and Major Lazer.\nDrawing the attention of big-name collaborators like Wyclef Jean, Mark Ronson and Diplo.  <br/><br/> https://jarinademarco.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}