Information about plays

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

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

{
    "id": 2680734,
    "uri": "https://api.kexp.org/v2/plays/2680734/?format=api",
    "airdate": "2020-01-01T08:27:00-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Date Night",
    "track_id": "4dc2c47b-1342-419b-8bb7-97e50f9ba33a",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Brutalism",
    "release_id": "6d4e53b2-82d1-4154-907d-00f243284f2b",
    "release_group_id": null,
    "labels": [
        "Balley Records"
    ],
    "label_ids": [],
    "release_date": "2017-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}