Information about plays

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

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

{
    "id": 375103,
    "uri": "https://api.kexp.org/v2/plays/375103/?format=api",
    "airdate": "2019-09-01T04:54:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ted's Interlude",
    "track_id": null,
    "recording_id": null,
    "artist": "Baltra",
    "artist_ids": [
        "38b71a79-51c6-4547-80c4-4bf0afe6cc4a"
    ],
    "album": "Ted",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baltra's first album \"Ted\" was self released on his own label 96 and Forever earlier this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}