Information about plays

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

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

{
    "id": 349476,
    "uri": "https://api.kexp.org/v2/plays/349476/?format=api",
    "airdate": "2019-07-03T06:47:00-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be My Baby",
    "track_id": "683c69d4-1d5a-323f-b785-6c5631508dec",
    "recording_id": null,
    "artist": "The Ronettes",
    "artist_ids": [
        "393e5448-896f-43e9-b80b-4ee58e1e71a4"
    ],
    "album": "All the Hits",
    "release_id": "45be2afe-1dbf-4a56-a356-fb9abdbd9625",
    "release_group_id": null,
    "labels": [
        "Classic Hits"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ronettes \"Be My Baby\" sold more than two million copies in 1963 alone! - https://www.pophistorydig.com/topics/ronettes-be-my-baby/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}