Information about plays

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

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

{
    "id": 365873,
    "uri": "https://api.kexp.org/v2/plays/365873/?format=api",
    "airdate": "2019-08-11T05:54:27-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Our Way Home",
    "track_id": "3ab9ef30-62aa-4d60-b02a-d0ab1eb01d77",
    "recording_id": null,
    "artist": "Shafiq Husayn",
    "artist_ids": [],
    "album": "The Loop",
    "release_id": "777efa96-460c-4999-9db0-7537faac63e8",
    "release_group_id": null,
    "labels": [
        "Eglo Records"
    ],
    "label_ids": [
        "e2143459-8956-48ab-a072-b3dbfa8d9090"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}