Information about plays

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

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

{
    "id": 349712,
    "uri": "https://api.kexp.org/v2/plays/349712/?format=api",
    "airdate": "2019-07-03T18:29:59-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wade in the Water",
    "track_id": "b7ac102f-f03d-3334-bd56-1f80797514f3",
    "recording_id": null,
    "artist": "Ramsey Lewis",
    "artist_ids": [
        "fe19b809-e86c-4736-882a-53b72e23171b"
    ],
    "album": "Wade in the Water",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live: https://www.youtube.com/watch?v=dtEDeOx9pj0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}