Information about plays

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

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

{
    "id": 347831,
    "uri": "https://api.kexp.org/v2/plays/347831/?format=api",
    "airdate": "2019-06-29T12:34:00-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rigel",
    "track_id": null,
    "recording_id": null,
    "artist": "Sexores",
    "artist_ids": [
        "699069aa-60c0-4761-9a9d-b2549fcdfeea"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP partnered with NRMAL music festival and Panoram Studios in Mexico City to celebrate one of the most diverse, supportive, and dynamic music cities in the world hosted by KEXP's very own Kevin Cole, Cheryl Waters and DJ Chilly during this live broadcast. Check out the full length performance on our YouTube channel: https://www.youtube.com/watch?v=WGEqUyPL3Bc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}