Information about plays

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

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

{
    "id": 346667,
    "uri": "https://api.kexp.org/v2/plays/346667/?format=api",
    "airdate": "2019-06-26T19:57:02-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are My Sunshine (live)",
    "track_id": "b40e28a1-39bb-4282-a3eb-f5b07af0fbea",
    "recording_id": null,
    "artist": "Jackie Shane",
    "artist_ids": [
        "4a42c82e-7c16-4d1e-8fab-ebc70b294656"
    ],
    "album": "Any Other Way",
    "release_id": "6d500457-ef40-4c44-9550-5c913e5a5af1",
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}