Information about plays

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

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

{
    "id": 348450,
    "uri": "https://api.kexp.org/v2/plays/348450/?format=api",
    "airdate": "2019-07-01T02:15:17-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step On",
    "track_id": "cde94e05-ce16-3d46-a3de-be4fd891a812",
    "recording_id": null,
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Sorted! 40 Madchester Baggy Anthems",
    "release_id": "f105d1c7-c0e4-414a-b41c-5efeec36c6f5",
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": "2002-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}