Information about plays

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

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

{
    "id": 348598,
    "uri": "https://api.kexp.org/v2/plays/348598/?format=api",
    "airdate": "2019-07-01T10:42:43-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mandatory Love",
    "track_id": "2af7163f-fc88-4ba4-977e-05c52e54f7ad",
    "recording_id": null,
    "artist": "The Autumn Stones",
    "artist_ids": [
        "917628d5-401d-4f4a-86b9-231564ac6de0"
    ],
    "album": "Emperor Twilight",
    "release_id": "bde6a2ff-4b79-4f13-b223-68de0f0f7046",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Toronto, ON.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}