Information about plays

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

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

{
    "id": 375906,
    "uri": "https://api.kexp.org/v2/plays/375906/?format=api",
    "airdate": "2019-09-03T07:20:00-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Obvious Child",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Obvious Child\" was recorded live in the streets of Pelourinho Square of Salvador, Brazil in 1988. According to Simon, microphones were hung from windows or on telephone poles to capture the performances. \"Hundreds of people gathered. It was an amazing day — an amazing recording experience.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}